diff options
author | Max Kellermann <max@duempel.org> | 2014-09-24 21:40:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-24 21:43:11 +0200 |
commit | e93975cb466db335f4c9739669fb22ad4ecf0b08 (patch) | |
tree | 16b73274601ee387ebca7a8e7ed26b7f57748e7a /test/test_protocol.cxx | |
parent | b6fa22bd84b6f60bb73bec99a1182832b761542b (diff) | |
download | mpd-e93975cb466db335f4c9739669fb22ad4ecf0b08.tar.gz mpd-e93975cb466db335f4c9739669fb22ad4ecf0b08.tar.xz mpd-e93975cb466db335f4c9739669fb22ad4ecf0b08.zip |
test/test_protocol: add missing unistd.h include
Diffstat (limited to 'test/test_protocol.cxx')
-rw-r--r-- | test/test_protocol.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_protocol.cxx b/test/test_protocol.cxx index d7ea7cd87..e80e4fe6d 100644 --- a/test/test_protocol.cxx +++ b/test/test_protocol.cxx @@ -8,6 +8,8 @@ #include <cppunit/ui/text/TestRunner.h> #include <cppunit/extensions/HelperMacros.h> +#include <unistd.h> + static enum ack last_error = ack(-1); void |