summaryrefslogtreecommitdiffstats
path: root/src/lassi-osd.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-21 18:29:02 +0200
committerLennart Poettering <lennart@poettering.net>2007-10-21 18:29:02 +0200
commitc241a7d94b9c4d64122ca380ce42c48a338798c1 (patch)
treeb5811f6ac3ced6523ebe6d88351ffea1961678af /src/lassi-osd.c
parent804390eb9551c018c3aaf59c8fb69033a08a0f19 (diff)
add missing config.h inclusion to all files
Diffstat (limited to 'src/lassi-osd.c')
-rw-r--r--src/lassi-osd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lassi-osd.c b/src/lassi-osd.c
index 6736a3f..46b7315 100644
--- a/src/lassi-osd.c
+++ b/src/lassi-osd.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <X11/Xlib.h>
#include <X11/Xatom.h>