included config.h for ifdef SLIT
fluxgen fluxgen
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
src/Screen.hh
→
src/Screen.hh
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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@@ -37,6 +37,10 @@ #include "Timer.hh"
#include "Workspace.hh" #include "Workspacemenu.hh" #include "fluxbox.hh" + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif // HAVE_CONFIG_H #ifdef SLIT #include "Slit.hh"