Index: src/trusted/service_runtime/nacl_syscall_common.c |
diff --git a/src/trusted/service_runtime/nacl_syscall_common.c b/src/trusted/service_runtime/nacl_syscall_common.c |
index 91e97c7da5e3825abf578c81b8a3deaaef50723b..3d476b7a4236a043ed9761ac6e543b4dd8169416 100644 |
--- a/src/trusted/service_runtime/nacl_syscall_common.c |
+++ b/src/trusted/service_runtime/nacl_syscall_common.c |
@@ -7,11 +7,15 @@ |
/* |
* NaCl service run-time, non-platform specific system call helper routines. |
*/ |
+ |
#include <sys/types.h> |
#include <sys/stat.h> |
#include <errno.h> |
#include <stdio.h> |
+ |
+#include "native_client/src/include/build_config.h" |
+ |
#if NACL_WINDOWS |
#include <windows.h> |
#endif |