about summary refs log tree commit diff
path: root/sharedmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'sharedmem.h')
-rw-r--r--sharedmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sharedmem.h b/sharedmem.h
index 9300ccf1..53a85fcb 100644
--- a/sharedmem.h
+++ b/sharedmem.h
@@ -1,5 +1,5 @@
-#ifndef SHAREDMEM
-#define SHAREDMEM
+#ifndef __SHAREDMEM_H
+#define __SHAREDMEM_H
 
 void setup_shm(unsigned char dumb_mode);
 void remove_shm(void);