summaryrefslogtreecommitdiffstats
path: root/osdep/shmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/shmem.h')
-rw-r--r--osdep/shmem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/shmem.h b/osdep/shmem.h
index f3ed9b26bb..8d71288b97 100644
--- a/osdep/shmem.h
+++ b/osdep/shmem.h
@@ -1,4 +1,7 @@
+#ifndef SHMEM_H
+#define SHMEM_H
void* shmem_alloc(int size);
void shmem_free(void* p,int size);
+#endif /* SHMEM_H */