aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_util.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-05 17:28:23 +0100
committerMax Kellermann <max@duempel.org>2013-11-05 17:28:23 +0100
commitb631b552bb2db6e16e6f8d4c8bbea4fcec90f683 (patch)
treead4e8d6dd509ea5856a7a751218ccc5e280e9815 /test/test_util.cxx
parent3f21581a81a6a4d5fe08ec29356eed43e87397ad (diff)
downloadmpd-b631b552bb2db6e16e6f8d4c8bbea4fcec90f683.tar.gz
mpd-b631b552bb2db6e16e6f8d4c8bbea4fcec90f683.tar.xz
mpd-b631b552bb2db6e16e6f8d4c8bbea4fcec90f683.zip
test/*: add more missing stdlib.h includes
Diffstat (limited to '')
-rw-r--r--test/test_util.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_util.cxx b/test/test_util.cxx
index 6ed4d9e82..2ff303540 100644
--- a/test/test_util.cxx
+++ b/test/test_util.cxx
@@ -11,6 +11,7 @@
#include <cppunit/extensions/HelperMacros.h>
#include <string.h>
+#include <stdlib.h>
class UriUtilTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(UriUtilTest);