oops, initialize atomic_modify_mutvar_mutex
[ghc-hetmet.git] / ghc / rts / FrontPanel.h
index e2ea76c..de3b741 100644 (file)
@@ -1,12 +1,14 @@
 /* -----------------------------------------------------------------------------
- * $Id: FrontPanel.h,v 1.1 2000/11/01 11:41:47 simonmar Exp $
  *
- * (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
@@ -29,3 +31,5 @@ extern gboolean continue_now, stop_now, quit;
 
 #endif /* RTS_GTK_FRONTPANEL */
 
+#endif /* FRONTPANEL_H */
+