Added include of sys/types.h. Required on some systems to be able to

include regex.h.
This commit is contained in:
Peter Simons 2001-01-16 10:47:15 +00:00
parent 5f6df01b4e
commit cf31a9325c

View File

@ -18,9 +18,10 @@
*/ */
#include "petidomo.h" #include "petidomo.h"
#include <regex.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#include <regex.h>
int approve_main(char* mail) int approve_main(char* mail)
{ {