summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mmc_updater/src/ProcessUtils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mmc_updater/src/ProcessUtils.h b/mmc_updater/src/ProcessUtils.h
index 9fa10815..e0cc3dc0 100644
--- a/mmc_updater/src/ProcessUtils.h
+++ b/mmc_updater/src/ProcessUtils.h
@@ -5,6 +5,10 @@
#include <list>
#include <string>
+#ifndef PLATFORM_WINDOWS
+#include <unistd.h>
+#endif
+
/** A set of functions to get information about the current
* process and launch new processes.
*/