aboutsummaryrefslogtreecommitdiff
path: root/libiberty/xmemdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/xmemdup.c')
-rw-r--r--libiberty/xmemdup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/xmemdup.c b/libiberty/xmemdup.c
index 8e82469..f780041 100644
--- a/libiberty/xmemdup.c
+++ b/libiberty/xmemdup.c
@@ -8,6 +8,8 @@
#include "ansidecl.h"
#include "libiberty.h"
+#include <sys/types.h> /* For size_t. */
+
PTR
xmemdup (input, copy_size, alloc_size)
const PTR input;