X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FEventLogFormat.h;h=b56b0b77e4b46f1da8753d74bd17e1b66d6e3a7d;hb=2e0498a39e1c573c128ef95df10ddb4f562b95a7;hp=7b039beb84df64b9fd99b41dada62c627ddbf7f0;hpb=b5a73581d0c03b9d44a77706b5973d74074aa6c1;p=ghc-hetmet.git 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 */