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

Unified Diff: src/trusted/sel_universal/parsing.cc

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/sel_universal/parsing.cc
diff --git a/src/trusted/sel_universal/parsing.cc b/src/trusted/sel_universal/parsing.cc
index 5fc43a215b2b959581af4afb50d775eca41cd14d..3ac512f07fb36ad8931355b3f2a210e8488cc137 100644
--- a/src/trusted/sel_universal/parsing.cc
+++ b/src/trusted/sel_universal/parsing.cc
@@ -14,6 +14,8 @@
#include <stdlib.h>
#include <string.h>
+#include "native_client/src/include/nacl_defines.h"
+
#if NACL_WINDOWS
#include <float.h>
#define NACL_ISNAN(d) _isnan(d)

Powered by Google App Engine
This is Rietveld 408576698