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_pcm_main.cxx | |
parent | 3f21581a81a6a4d5fe08ec29356eed43e87397ad (diff) | |
download | mpd-b631b552bb2db6e16e6f8d4c8bbea4fcec90f683.tar.gz mpd-b631b552bb2db6e16e6f8d4c8bbea4fcec90f683.tar.xz mpd-b631b552bb2db6e16e6f8d4c8bbea4fcec90f683.zip |
test/*: add more missing stdlib.h includes
Diffstat (limited to 'test/test_pcm_main.cxx')
-rw-r--r-- | test/test_pcm_main.cxx | 2 |
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) { |