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:
Corinna Vinschen 2015-11-19 16:31:08 +01:00
parent bdc6169381
commit e2802064b2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-11-19 Corinna Vinschen <corinna@vinschen.de>
* libc/stdlib/rpmatch.c: Include sys/types.h to make GCC happy.
2015-11-12 Jon Turney <jon.turney@dronecode.org.uk>
* libc/stdio/sprintf.c: Simplify documentation markup.

View File

@ -57,6 +57,7 @@ No supporting OS subroutines are required.
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <langinfo.h>
#include <regex.h>