summaryrefslogtreecommitdiff
path: root/src/stdlib/strtoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/strtoll.c')
-rw-r--r--src/stdlib/strtoll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stdlib/strtoll.c b/src/stdlib/strtoll.c
index 87a338ec..00b763c9 100644
--- a/src/stdlib/strtoll.c
+++ b/src/stdlib/strtoll.c
@@ -1,7 +1,7 @@
#include <stdlib.h>
-#include "ctype.h"
-#include "limits.h"
-#include "errno.h"
+#include <ctype.h>
+#include <limits.h>
+#include <errno.h>
long long int strtoll(const char * restrict nptr, char ** restrict endptr, int base)
{