From 87268c2297f68580d0227126c50be5547460922e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Sep 2014 23:03:28 +0200 Subject: test/test_protocol: add missing stdlib.h include EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not unistd.h. D'oh! --- test/test_protocol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_protocol.cxx') 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 #include -#include +#include static enum ack last_error = ack(-1); -- cgit v1.2.3