diff options
Diffstat (limited to 'src/include/stdlib.h')
-rw-r--r-- | src/include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/stdlib.h b/src/include/stdlib.h index 4dcabfb65..4dd7e54c5 100644 --- a/src/include/stdlib.h +++ b/src/include/stdlib.h @@ -1,6 +1,6 @@ #ifndef STDLIB_H #define STDLIB_H -extern unsigned long strtoul ( const char *p, const char **endp, int base ); +extern unsigned long strtoul ( const char *p, char **endp, int base ); #endif /* STDLIB_H */ |