From b85afc249e0690ba99d4c7783c50105ae6e6b11e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 8 May 2009 09:22:00 +0000 Subject: [PATCH] multi-slurp protection --- includes/EventLogFormat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/EventLogFormat.h b/includes/EventLogFormat.h index 7b039be..b56b0b7 100644 --- a/includes/EventLogFormat.h +++ b/includes/EventLogFormat.h @@ -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 */ -- 1.7.10.4