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

Unified Diff: src/include/portability_io.h

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/include/portability_io.h
diff --git a/src/include/portability_io.h b/src/include/portability_io.h
index 0173881c1190107ee303fb20fc52559be25a69b9..75eedbf12d0332413fdcdc8e5ee58b374ffde0af 100644
--- a/src/include/portability_io.h
+++ b/src/include/portability_io.h
@@ -13,6 +13,8 @@
#include <fcntl.h>
+#include "native_client/src/include/build_config.h"
+
#if NACL_WINDOWS
/* disable warnings for deprecated _snprintf */
#pragma warning(disable : 4996)

Powered by Google App Engine
This is Rietveld 408576698