diff --git a/microstack/ILibProcessPipe.c b/microstack/ILibProcessPipe.c index a5af041..6c9a762 100644 --- a/microstack/ILibProcessPipe.c +++ b/microstack/ILibProcessPipe.c @@ -38,7 +38,12 @@ limitations under the License. #if !defined( __APPLE__) && !defined(_FREEBSD) #include #else - #include + #if defined(__APPLE__) + #include + #else + #include + #include + #endif #endif #endif