diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/ipc_tests.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/ipc_tests.cc b/chrome/common/ipc_tests.cc index 7dd5f0af..ef30113 100644 --- a/chrome/common/ipc_tests.cc +++ b/chrome/common/ipc_tests.cc @@ -4,7 +4,12 @@ #if defined(OS_WIN) #include <windows.h> +#elif defined(OS_POSIX) +#include <sys/types.h> +#include <sys/stat.h> +#include <unistd.h> #endif + #include <stdio.h> #include <iostream> #include <string> |