* hashtab.c (sys/types.h): File included.
From-SVN: r30683
This commit is contained in:
parent
e976142538
commit
6de9b8ff12
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
* hashtab.c (sys/types.h): File included.
|
||||
|
||||
1999-11-22 Jason Merrill <jason@casey.cygnus.com>
|
||||
|
||||
* strtoul.c, strtol.c, random.c: Remove advertising clause from
|
||||
|
|
|
@ -35,6 +35,8 @@ Boston, MA 02111-1307, USA. */
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue