multi-slurp protection
authorSimon Marlow <marlowsd@gmail.com>
Fri, 8 May 2009 09:22:00 +0000 (09:22 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 8 May 2009 09:22:00 +0000 (09:22 +0000)
includes/EventLogFormat.h

index 7b039be..b56b0b7 100644 (file)
@@ -73,6 +73,9 @@
  *
  * -------------------------------------------------------------------------- */
 
+#ifndef EVENTLOGFORMAT_H
+#define EVENTLOGFORMAT_H
+
 /*
  * Markers for begin/end of the Header.
  */
@@ -136,3 +139,5 @@ typedef StgWord64 EventThreadID;
 typedef StgWord16 EventCapNo;
 
 #endif
+
+#endif /* EVENTLOGFORMAT_H */