* xstrdup (sys/types.h): Include this file.

From-SVN: r30347
This commit is contained in:
Philippe De Muyter 1999-11-02 11:25:28 +01:00 committed by Jeff Law
parent 952470882e
commit df548dfc02
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
* xstrdup (sys/types.h): Include this file.
1999-10-28 Nathan Sidwell <nathan@acm.org>
* Makefile.in (SUBDIRS): New macro.

View File

@ -2,6 +2,7 @@
This trivial function is in the public domain.
Ian Lance Taylor, Cygnus Support, December 1995. */
#include <sys/types.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif