mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3e0c2ae490
commit
cc2479bdff
@ -36,6 +36,8 @@
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -32,6 +32,8 @@
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user