diff options
author | Max Kellermann <max@duempel.org> | 2014-08-13 12:55:29 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-13 12:55:29 +0200 |
commit | a049f972ecdb1756a83b1d1959d79b65080afc54 (patch) | |
tree | 7565b741690cf459e20caa90336c2ff03744e823 /test | |
parent | 069895d26bd0b22c6dc7304e11db14eff4ab66bc (diff) |
test/test_rewind: add missing stdlib.h include
For EXIT_SUCCESS.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_rewind.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_rewind.cxx b/test/test_rewind.cxx index fa59b60d7..193eb905f 100644 --- a/test/test_rewind.cxx +++ b/test/test_rewind.cxx @@ -17,6 +17,7 @@ #include <string> #include <string.h> +#include <stdlib.h> class StringInputStream final : public InputStream { const char *data; |