From c241a7d94b9c4d64122ca380ce42c48a338798c1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Oct 2007 18:29:02 +0200 Subject: add missing config.h inclusion to all files --- src/lassi-prefs.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lassi-prefs.c') diff --git a/src/lassi-prefs.c b/src/lassi-prefs.c index ecce244..edf7522 100644 --- a/src/lassi-prefs.c +++ b/src/lassi-prefs.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- cgit