diff options
Diffstat (limited to 'src/string/strchrnul.c')
-rw-r--r-- | src/string/strchrnul.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strchrnul.c b/src/string/strchrnul.c index ceae4d45..05700ad6 100644 --- a/src/string/strchrnul.c +++ b/src/string/strchrnul.c @@ -1,5 +1,4 @@ #include <string.h> -#include <stdlib.h> #include <stdint.h> #include <limits.h> #include "libc.h" |