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:
Derek Atkins 2002-02-04 16:05:27 +00:00
parent b7fb090444
commit a473c139ba
3 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include "config.h"
#include <sys/types.h>
#include <time.h>
#include <glib.h>
#include <regex.h>
#include <string.h>

View File

@ -6,6 +6,8 @@
#include "config.h"
#include <sys/types.h>
#include <time.h>
#include <glib.h>
#include <regex.h>
#include <string.h>

View File

@ -6,6 +6,8 @@
#include "config.h"
#include <sys/types.h>
#include <time.h>
#include <glib.h>
#include <regex.h>
#include <string.h>