malloc: fix an over-allocation bug
[musl] / src / string / strchrnul.c
index ceae4d4..05700ad 100644 (file)
@@ -1,5 +1,4 @@
 #include <string.h>
-#include <stdlib.h>
 #include <stdint.h>
 #include <limits.h>
 #include "libc.h"