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

Unified Diff: src/shared/platform/nacl_log.h

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/nacl_log.h
diff --git a/src/shared/platform/nacl_log.h b/src/shared/platform/nacl_log.h
index cbdf63bf3a9238c05a45cbf5a8ed6ccc5965885e..b94f61c6aeb6d11cd0ca381b8f709734c1c12d83 100644
--- a/src/shared/platform/nacl_log.h
+++ b/src/shared/platform/nacl_log.h
@@ -83,6 +83,7 @@
#include <stdarg.h>
#include "native_client/src/include/nacl_base.h"
+#include "native_client/src/include/nacl_defines.h"
#ifdef __native_client__
# define ATTRIBUTE_FORMAT_PRINTF(m, n) __attribute__((format(printf, m, n)))

Powered by Google App Engine
This is Rietveld 408576698