about summary refs log tree commit diff
path: root/src/osxlaunch
diff options
context:
space:
mode:
Diffstat (limited to 'src/osxlaunch')
-rw-r--r--src/osxlaunch/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osxlaunch/client.h b/src/osxlaunch/client.h
index 4683df57..be59d0b9 100644
--- a/src/osxlaunch/client.h
+++ b/src/osxlaunch/client.h
@@ -1,3 +1,5 @@
+#ifndef OSXLAUNCH_CLIENT_H
+#define OSXLAUNCH_CLIENT_H
 /*   SDLMain.m - main entry point for our Cocoa-ized SDL app
        Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
        Non-NIB-Code & other changes: Max Horn <max@quendi.de>
@@ -9,3 +11,4 @@
 
 @interface SDLMain : NSObject
 @end
+#endif