aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_filter.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-07 23:57:39 +0100
committerMax Kellermann <max@duempel.org>2014-01-07 23:57:39 +0100
commit3f3ae48ff40f1e15dcbebb2219d628069023810b (patch)
treeb995223f247074966541e085d7beecf5074ab7e6 /test/run_filter.cxx
parent27ca0db7a6143d2e479ff1ae52ec7c349ab1d4f2 (diff)
downloadmpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.tar.gz
mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.tar.xz
mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.zip
test: add missing includes
Diffstat (limited to 'test/run_filter.cxx')
-rw-r--r--test/run_filter.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_filter.cxx b/test/run_filter.cxx
index 6781700d8..3b5e803d7 100644
--- a/test/run_filter.cxx
+++ b/test/run_filter.cxx
@@ -36,6 +36,8 @@
#include <assert.h>
#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
#include <errno.h>
#include <unistd.h>