diff options
Diffstat (limited to 'src/string/strcmp.c')
| -rw-r--r-- | src/string/strcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strcmp.c b/src/string/strcmp.c index ed089c77..fdceeb67 100644 --- a/src/string/strcmp.c +++ b/src/string/strcmp.c @@ -1,5 +1,5 @@ #include <string.h> -#include "nonstd/assert.h" +#include "../_assert.h" /** compare strings **/ int strcmp(const char *s1, const char *s2) |
