Skip to content
Snippets Groups Projects
Unverified Commit 51296aad authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: unistd needed for get_pid

Change-Id: I9f58bef7eb5b379e95f2494ac6745041e9ae194f
parent 63646e6b
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "instancemanager.h" #include "instancemanager.h"
#if !defined(ENABLE_LIBWRAP) && !defined(_MSC_VER) #if !defined(_MSC_VER)
#include <unistd.h> #include <unistd.h>
#endif #endif
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <locale> #include <locale>
#if !defined(ENABLE_LIBWRAP) && !defined(_MSC_VER) #if !defined(_MSC_VER)
#include <unistd.h> #include <unistd.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment