aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-13 12:55:29 +0200
committerMax Kellermann <max@duempel.org>2014-08-13 12:55:29 +0200
commita049f972ecdb1756a83b1d1959d79b65080afc54 (patch)
tree7565b741690cf459e20caa90336c2ff03744e823
parent069895d26bd0b22c6dc7304e11db14eff4ab66bc (diff)
downloadmpd-a049f972ecdb1756a83b1d1959d79b65080afc54.tar.gz
mpd-a049f972ecdb1756a83b1d1959d79b65080afc54.tar.xz
mpd-a049f972ecdb1756a83b1d1959d79b65080afc54.zip
test/test_rewind: add missing stdlib.h include
For EXIT_SUCCESS.
Diffstat (limited to '')
-rw-r--r--test/test_rewind.cxx1
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;