aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-07 16:30:42 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-07 16:30:42 -0700
commit43760d313e63c074173e0fbcd841f96cc73ec638 (patch)
treed54a0985659c2655d37d44fd4429f96480b11fbf
parente1a2cbc351536a693ff33aea0a10b5759b4680e8 (diff)
memory.h
-rw-r--r--system/include/memory.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/include/memory.h b/system/include/memory.h
new file mode 100644
index 00000000..01e2d041
--- /dev/null
+++ b/system/include/memory.h
@@ -0,0 +1,10 @@
+
+#ifndef _MEMORY_H
+#define _MEMORY_H
+
+#include <sys/features.h>
+
+#include <string.h>
+
+#endif
+