From: Simon Marlow Date: Fri, 8 May 2009 09:22:00 +0000 (+0000) Subject: multi-slurp protection X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b85afc249e0690ba99d4c7783c50105ae6e6b11e multi-slurp protection --- 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 */