aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_main.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_pcm_main.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_pcm_main.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_pcm_main.cxx b/test/test_pcm_main.cxx
index 1fa580441..c034181d9 100644
--- a/test/test_pcm_main.cxx
+++ b/test/test_pcm_main.cxx
@@ -23,6 +23,8 @@
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>
+#include <stdlib.h>
+
int
main(gcc_unused int argc, gcc_unused char **argv)
{