Fix rpmatch build problem
* libc/stdlib/rpmatch.c: Include sys/types.h to make GCC happy. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -57,6 +57,7 @@ No supporting OS subroutines are required.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <langinfo.h>
|
||||
#include <regex.h>
|
||||
|
Reference in New Issue
Block a user