diff options
Diffstat (limited to 'garray.c')
-rw-r--r-- | garray.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ * MT safe */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <stdlib.h> #include "glib.h" |