diff options
author | Max Kellermann <max@duempel.org> | 2014-01-07 23:57:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-07 23:57:39 +0100 |
commit | 3f3ae48ff40f1e15dcbebb2219d628069023810b (patch) | |
tree | b995223f247074966541e085d7beecf5074ab7e6 /test/read_conf.cxx | |
parent | 27ca0db7a6143d2e479ff1ae52ec7c349ab1d4f2 (diff) | |
download | mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.tar.gz mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.tar.xz mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.zip |
test: add missing includes
Diffstat (limited to 'test/read_conf.cxx')
-rw-r--r-- | test/read_conf.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/read_conf.cxx b/test/read_conf.cxx index 1f137e9a2..b27c70497 100644 --- a/test/read_conf.cxx +++ b/test/read_conf.cxx @@ -24,6 +24,8 @@ #include "Log.hxx" #include <assert.h> +#include <stdio.h> +#include <stdlib.h> int main(int argc, char **argv) { |