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