Explicitly include <sys/types.h> before including <regex.h>. This is

apparently required by POSIX.  It will be required in practice when
the bogus inclusion of <sys/types.h> is removed from <stdio.h>.
This commit is contained in:
bde 1994-09-05 13:03:50 +00:00
parent b0926342c5
commit ebb7b36c3a

View File

@ -484,6 +484,7 @@ struct val *a, *b;
return r;
}
#include <sys/types.h>
#include <regex.h>
struct val *