[project @ 2005-10-21 14:02:17 by simonmar]
[ghc-hetmet.git] / ghc / rts / FrontPanel.h
index c99a84b..de3b741 100644 (file)
@@ -1,11 +1,14 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The GHC Team 2000
+ * (c) The GHC Team 2000-2005
  *
  * RTS GTK Front Panel
  *
  * ---------------------------------------------------------------------------*/
 
+#ifndef FRONTPANEL_H
+#define FRONTPANEL_H
+
 #ifdef RTS_GTK_FRONTPANEL
 
 #include "Rts.h"  /* needed because this file gets included by
@@ -28,3 +31,5 @@ extern gboolean continue_now, stop_now, quit;
 
 #endif /* RTS_GTK_FRONTPANEL */
 
+#endif /* FRONTPANEL_H */
+