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