Minor build system fix

This commit is contained in:
Denis Kenzior 2009-05-18 15:12:17 -05:00
parent 8022060bc2
commit b082f87354
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define _GNU_SOURCE
#include <string.h>
#include <stdlib.h>