* src/system.h: Include sys/types.

Reported by Bert Deknuydt.
This commit is contained in:
Akim Demaille
2002-10-23 16:30:50 +00:00
parent 223a78837b
commit 27b0ffea3e
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-10-22 Akim Demaille <akim@epita.fr>
* src/system.h: Include sys/types.
Reported by Bert Deknuydt.
2002-10-23 Paul Eggert <eggert@twinsun.com>
* configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.

1
THANKS
View File

@@ -9,6 +9,7 @@ Andreas Schwab schwab@suse.de
Arnold Robbins arnold@skeeve.com
Art Haas ahaas@neosoft.com
Benoit Perrot benoit.perrot@epita.fr
Bert Deknuydt Bert.Deknuydt@esat.kuleuven.ac.be
Bruce Lilly blilly@erols.com
Charles-Henri de Boysson deboys_c@epita.fr
Cris Bailiff c.bailiff+bison@awayweb.com

View File

@@ -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