Cleanup after the OPTIONS parsing was moved.
[ghc-hetmet.git] / ghc / rts / Profiling.h
index 66e85c4..d968349 100644 (file)
@@ -1,11 +1,14 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The GHC Team, 1998-2004
+ * (c) The GHC Team, 1998-2005
  *
  * Support for profiling
  *
  * ---------------------------------------------------------------------------*/
 
+#ifndef PROFILING_H
+#define PROFILING_H
+
 #include <stdio.h>
 
 #if defined(PROFILING) || defined(DEBUG)
@@ -32,3 +35,5 @@ extern void debugCCS( CostCentreStack *ccs );
 #endif
 
 #endif
+
+#endif /* PROFILING_H */