X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FFrontPanel.h;h=1669c2bf94bffcee1a68f14c375779a6b6131887;hp=de3b74165751aa983efbb06fcffae4ce24cd4c9f;hb=HEAD;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/rts/FrontPanel.h b/rts/FrontPanel.h index de3b741..1669c2b 100644 --- a/rts/FrontPanel.h +++ b/rts/FrontPanel.h @@ -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 */