From 45aa858090062dd28fb4a29da9648eca87c5e539 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 12 Dec 2013 15:06:50 -0600 Subject: Include unistd.h in ProcessUtils.h --- mmc_updater/src/ProcessUtils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mmc_updater/src/ProcessUtils.h') 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 #include +#ifndef PLATFORM_WINDOWS +#include +#endif + /** A set of functions to get information about the current * process and launch new processes. */ -- cgit v1.2.3