mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
regex.h is broken on Linux; it doesn't include all the necessary
headers itself (e.g. for size_t). Stupid Linux. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6683 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b7fb090444
commit
a473c139ba
@ -6,6 +6,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <glib.h>
|
||||
#include <regex.h>
|
||||
#include <string.h>
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <glib.h>
|
||||
#include <regex.h>
|
||||
#include <string.h>
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <glib.h>
|
||||
#include <regex.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user