From 9b373f8dc63a5a400df4c95ef3daf27b44181119 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 22 Jan 2017 13:26:28 -0800 Subject: Initial start of compat layer with bind, connect, etc. Untested. --- src/platform/posix/posix_pipe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/platform/posix/posix_pipe.c') diff --git a/src/platform/posix/posix_pipe.c b/src/platform/posix/posix_pipe.c index 28cd909c..c86022ef 100644 --- a/src/platform/posix/posix_pipe.c +++ b/src/platform/posix/posix_pipe.c @@ -12,6 +12,8 @@ #ifdef PLATFORM_POSIX_PIPE +#include + // This implementation of notification pipes works ~everywhere on POSIX, // as it only relies on pipe() and non-blocking I/O. -- cgit v1.2.3-70-g09d2