mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
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:
parent
b0926342c5
commit
ebb7b36c3a
@ -484,6 +484,7 @@ struct val *a, *b;
|
||||
return r;
|
||||
}
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
|
||||
struct val *
|
||||
|
Loading…
Reference in New Issue
Block a user