diff options
Diffstat (limited to 'libiberty/xstrdup.c')
-rw-r--r-- | libiberty/xstrdup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c index e16aba08554..342412806da 100644 --- a/libiberty/xstrdup.c +++ b/libiberty/xstrdup.c @@ -5,6 +5,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include <sys/types.h> /* For `size_t' */ #ifdef HAVE_STRING_H #include <string.h> #endif |