Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1415)

Unified Diff: src/trusted/service_runtime/nacl_syscall_common.c

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..4e398250e4d85dcb79d7855a293552158e6dc641 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/nacl_defines.h"
+
#if NACL_WINDOWS
#include <windows.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698