diff options
Diffstat (limited to 'src/utils/slist.c')
-rw-r--r-- | src/utils/slist.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/slist.c b/src/utils/slist.c index a606977..f82c336 100644 --- a/src/utils/slist.c +++ b/src/utils/slist.c @@ -6,6 +6,10 @@ * See the file COPYING. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif /* HAVE_CONFIG_H */ + #include <stdlib.h> #include "utils.h" |