diff options
Diffstat (limited to 'lib/libc/string/strcmp.c')
| -rw-r--r-- | lib/libc/string/strcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 836522f1..e3e5ca03 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -1,4 +1,4 @@ -#include <stddef.h> +#include <stddef.h> // for NULL int strcmp(const char *s1, const char *s2) { |
