aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-13 22:29:25 (GMT)
committerfluxgen <fluxgen>2002-10-13 22:29:25 (GMT)
commit752b1c63b483359a3f5d7deb576b69e6269977cb (patch)
treec7385e3e9abc81232127482ff3fae0baee735c31 /src/Screen.hh
parent1d75c017cdbbc569868a0b5e6458c7f857aec33f (diff)
downloadfluxbox-752b1c63b483359a3f5d7deb576b69e6269977cb.zip
fluxbox-752b1c63b483359a3f5d7deb576b69e6269977cb.tar.bz2
included config.h for ifdef SLIT
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh6
1 files changed, 5 insertions, 1 deletions
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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.hh,v 1.45 2002/09/08 19:44:18 fluxgen Exp $ 25// $Id: Screen.hh,v 1.46 2002/10/13 22:29:25 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -38,6 +38,10 @@
38#include "Workspacemenu.hh" 38#include "Workspacemenu.hh"
39#include "fluxbox.hh" 39#include "fluxbox.hh"
40 40
41#ifdef HAVE_CONFIG_H
42#include "config.h"
43#endif // HAVE_CONFIG_H
44
41#ifdef SLIT 45#ifdef SLIT
42#include "Slit.hh" 46#include "Slit.hh"
43#endif // SLIT 47#endif // SLIT