Commit 87268c22 authored by Max Kellermann's avatar Max Kellermann

test/test_protocol: add missing stdlib.h include

EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not unistd.h. D'oh!
parent e93975cb
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment