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-grab.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lassi-grab.c') diff --git a/src/lassi-grab.c b/src/lassi-grab.c index 9c7a685..36e7c34 100644 --- a/src/lassi-grab.c +++ b/src/lassi-grab.c @@ -1,3 +1,6 @@ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include -- cgit