mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
* src/system.h: Include sys/types.
Reported by Bert Deknuydt.
This commit is contained in:
@@ -43,6 +43,10 @@ char *alloca ();
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#if HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_STDLIB_H
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user