From 752b1c63b483359a3f5d7deb576b69e6269977cb Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 13 Oct 2002 22:29:25 +0000 Subject: included config.h for ifdef SLIT --- src/Screen.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Screen.hh b/src/Screen.hh index e7991b0..eb6ad6d 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.hh,v 1.45 2002/09/08 19:44:18 fluxgen Exp $ +// $Id: Screen.hh,v 1.46 2002/10/13 22:29:25 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH @@ -38,6 +38,10 @@ #include "Workspacemenu.hh" #include "fluxbox.hh" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif // HAVE_CONFIG_H + #ifdef SLIT #include "Slit.hh" #endif // SLIT -- cgit v0.11.2