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

Unified Diff: src/shared/platform/posix/nacl_error.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/shared/platform/posix/nacl_error.c
diff --git a/src/shared/platform/posix/nacl_error.c b/src/shared/platform/posix/nacl_error.c
index 7dde0e8799ae4f22dfd1975e5985483f9c3d3ade..a596aea90a11ff2f58f0202888fbe93f063bf2e9 100644
--- a/src/shared/platform/posix/nacl_error.c
+++ b/src/shared/platform/posix/nacl_error.c
@@ -7,6 +7,7 @@
#include <errno.h>
#include <string.h>
+#include "native_client/src/include/nacl_defines.h"
#include "native_client/src/shared/platform/nacl_error.h"
int NaClGetLastErrorString(char* buffer, size_t length) {

Powered by Google App Engine
This is Rietveld 408576698