summaryrefslogtreecommitdiff
path: root/lib/xstrndup.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xstrndup.c')
-rw-r--r--lib/xstrndup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/xstrndup.c b/lib/xstrndup.c
index 92b79c17..d43e3b9e 100644
--- a/lib/xstrndup.c
+++ b/lib/xstrndup.c
@@ -30,8 +30,9 @@
# include <config.h>
#endif
+#include <stdint.h>
#include <string.h>
-#include "system.h"
+#include "libeu.h"
/* Return a newly allocated copy of STRING. */