add missing config.h inclusion

This commit is contained in:
Lennart Poettering 2008-08-29 01:15:58 +02:00
parent 6723699ef8
commit 63505bee07

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <assert.h> #include <assert.h>