* xstrdup.c: Include <sys/types.h> after "config.h"

From-SVN: r140979
This commit is contained in:
David Edelsohn 2008-10-08 16:51:38 +00:00 committed by David Edelsohn
parent 08bf5bb38b
commit 0c9e84247e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-10-08 David Edelsohn <edelsohn@gnu.org>
* xstrdup.c: Include <sys/types.h> after "config.h"
2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
* configure.ac: Call AC_SYS_LARGEFILE.

View File

@ -13,10 +13,10 @@ obtain memory.
*/
#include <sys/types.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else