diff options
author | Max Kellermann <max@duempel.org> | 2013-11-05 17:28:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-05 17:28:23 +0100 |
commit | b631b552bb2db6e16e6f8d4c8bbea4fcec90f683 (patch) | |
tree | ad4e8d6dd509ea5856a7a751218ccc5e280e9815 /test/test_util.cxx | |
parent | 3f21581a81a6a4d5fe08ec29356eed43e87397ad (diff) |
test/*: add more missing stdlib.h includes
Diffstat (limited to 'test/test_util.cxx')
-rw-r--r-- | test/test_util.cxx | 1 |
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); |