From 269134465a7eba70ccb85a8e7692d73f451c9060 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 12 May 2004 20:51:47 +0000 Subject: [PATCH] Oops, need config.h before pu.h or else the build will fail on glut-less systems. --- src/GUI/layout-props.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/GUI/layout-props.cxx b/src/GUI/layout-props.cxx index 68574045d..b2fe085da 100644 --- a/src/GUI/layout-props.cxx +++ b/src/GUI/layout-props.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include -- 2.39.5