fix haddock submodule pointer
[ghc-hetmet.git] / rts / FrontPanel.h
index de3b741..1669c2b 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef FRONTPANEL_H
 #define FRONTPANEL_H
 
+#include "BeginPrivate.h"
+
 #ifdef RTS_GTK_FRONTPANEL
 
 #include "Rts.h"  /* needed because this file gets included by
@@ -31,5 +33,7 @@ extern gboolean continue_now, stop_now, quit;
 
 #endif /* RTS_GTK_FRONTPANEL */
 
+#include "EndPrivate.h"
+
 #endif /* FRONTPANEL_H */