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

Unified Diff: include/memory.h

Issue 752333002: Add missing files for PNaCl. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm-testsuite.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « collate.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/memory.h
diff --git a/include/memory.h b/include/memory.h
new file mode 100644
index 0000000000000000000000000000000000000000..9fecb0d21c0305a9ae5ea4ddcf63b870abc9f58d
--- /dev/null
+++ b/include/memory.h
@@ -0,0 +1,2 @@
+/* Work around the lack of a <memory.h> header. */
+#include <string.h>
« no previous file with comments | « collate.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698