Include config.h where needed

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5364 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Bill Gribble 2001-09-12 14:01:32 +00:00
parent 3e0c2ae490
commit cc2479bdff
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,8 @@
*/ */
#define _GNU_SOURCE #define _GNU_SOURCE
#include "config.h"
#include <glib.h> #include <glib.h>
#include <string.h> #include <string.h>

View File

@ -32,6 +32,8 @@
*/ */
#define _GNU_SOURCE #define _GNU_SOURCE
#include "config.h"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>