test/*: add more missing stdlib.h includes

This commit is contained in:
Max Kellermann
2013-11-05 17:28:23 +01:00
parent 3f21581a81
commit b631b552bb
4 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <cppunit/extensions/HelperMacros.h>
#include <string.h>
#include <stdlib.h>
class UriUtilTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(UriUtilTest);