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

Unified Diff: src/trusted/desc/nacl_desc_io_alloc_ctor_test.c

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Support scons windows as well. 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/desc/nacl_desc_io_alloc_ctor_test.c
diff --git a/src/trusted/desc/nacl_desc_io_alloc_ctor_test.c b/src/trusted/desc/nacl_desc_io_alloc_ctor_test.c
index f7653440a404a4f6e9e5e38a843de2aae5427d48..fab3efab35de0333cf419832b1d6830111393cf7 100644
--- a/src/trusted/desc/nacl_desc_io_alloc_ctor_test.c
+++ b/src/trusted/desc/nacl_desc_io_alloc_ctor_test.c
@@ -14,6 +14,8 @@
#include <sys/stat.h>
#include <sys/types.h>
+#include "native_client/src/include/build_config.h"
+
#if NACL_WINDOWS
# include <io.h>
# include <windows.h>

Powered by Google App Engine
This is Rietveld 408576698