diff options
Diffstat (limited to 'sysdeps/generic/strtoul_l.c')
-rw-r--r-- | sysdeps/generic/strtoul_l.c | 2 |
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" |