mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +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
c3d72e128b
commit
395b07d1df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2502
@ -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