* hashtab.c (sys/types.h): File included.

From-SVN: r30683
This commit is contained in:
Philippe De Muyter 1999-11-28 08:58:37 +01:00 committed by Jeff Law
parent e976142538
commit 6de9b8ff12
2 changed files with 6 additions and 0 deletions

View File

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

View File

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