diff options
author | Max Kellermann <max@duempel.org> | 2014-09-26 11:06:11 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-26 11:06:11 +0200 |
commit | 8547611479f8169497d257da5e40dcd885398865 (patch) | |
tree | 3a2cd4e5559ced80479c4e7024493bf12705f4fb /test | |
parent | 45310d0cf6731bad36956510e5c54faab691a877 (diff) | |
parent | fe45f282044c3500894f65b94a514ebe799da6a1 (diff) | |
download | mpd-8547611479f8169497d257da5e40dcd885398865.tar.gz mpd-8547611479f8169497d257da5e40dcd885398865.tar.xz mpd-8547611479f8169497d257da5e40dcd885398865.zip |
Merge tag 'v0.18.16'
Diffstat (limited to 'test')
-rw-r--r-- | test/test_protocol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_protocol.cxx b/test/test_protocol.cxx index e80e4fe6d..fb35cbc66 100644 --- a/test/test_protocol.cxx +++ b/test/test_protocol.cxx @@ -8,7 +8,7 @@ #include <cppunit/ui/text/TestRunner.h> #include <cppunit/extensions/HelperMacros.h> -#include <unistd.h> +#include <stdlib.h> static enum ack last_error = ack(-1); |