aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/strtoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strtoul_l.c')
-rw-r--r--sysdeps/generic/strtoul_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/strtoul_l.c b/sysdeps/generic/strtoul_l.c
index c64c0c0097..a915d365a0 100644
--- a/sysdeps/generic/strtoul_l.c
+++ b/sysdeps/generic/strtoul_l.c
@@ -25,4 +25,4 @@
extern unsigned long int ____strtoul_l_internal (const char *, char **, int,
int, __locale_t);
-#include <strtoul.c>
+#include "strtoul.c"