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/software_volume.cxx | |
parent | 27ca0db7a6143d2e479ff1ae52ec7c349ab1d4f2 (diff) | |
download | mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.tar.gz mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.tar.xz mpd-3f3ae48ff40f1e15dcbebb2219d628069023810b.zip |
test: add missing includes
Diffstat (limited to 'test/software_volume.cxx')
-rw-r--r-- | test/software_volume.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/software_volume.cxx b/test/software_volume.cxx index 1a336f2df..b10eabeb3 100644 --- a/test/software_volume.cxx +++ b/test/software_volume.cxx @@ -32,6 +32,7 @@ #include "stdbin.h" #include "Log.hxx" +#include <stdio.h> #include <stddef.h> #include <stdlib.h> #include <unistd.h> |