Skip to content

Commit 0c9e842

Browse files
David EdelsohnDavid Edelsohn
David Edelsohn
authored and
David Edelsohn
committed
* xstrdup.c: Include <sys/types.h> after "config.h"
From-SVN: r140979
1 parent 08bf5bb commit 0c9e842

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

libiberty/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2008-10-08 David Edelsohn <[email protected]>
2+
3+
* xstrdup.c: Include <sys/types.h> after "config.h"
4+
15
2008-10-07 Jan Kratochvil <[email protected]>
26

37
* configure.ac: Call AC_SYS_LARGEFILE.

libiberty/xstrdup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ obtain memory.
1313
1414
*/
1515

16-
#include <sys/types.h>
1716
#ifdef HAVE_CONFIG_H
1817
#include "config.h"
1918
#endif
19+
#include <sys/types.h>
2020
#ifdef HAVE_STRING_H
2121
#include <string.h>
2222
#else

0 commit comments

Comments
 (0)