- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / citadel.h
index 41f331c87b069b8febbd56d7c6914fd7d5457280..a613b43baf1d394eecb29f44f3d6dc0e5748ae97 100644 (file)
@@ -6,6 +6,10 @@
  */
 
 /* system customizations are in sysconfig.h */
+
+#ifndef CITADEL_H
+#define CITADEL_H
+
 #include "sysdep.h"
 #include "sysconfig.h"
 #include "ipcdef.h"
@@ -266,3 +270,5 @@ struct floor {
 #ifndef LONG_MAX
 #define LONG_MAX 2147483647L
 #endif
+
+#endif /* CITADEL_H */