diff options
Diffstat (limited to 'src/string/strcoll.c')
-rw-r--r-- | src/string/strcoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strcoll.c b/src/string/strcoll.c index 8707ba73..afdf868e 100644 --- a/src/string/strcoll.c +++ b/src/string/strcoll.c @@ -1,6 +1,6 @@ #include <string.h> #include "stdlib.h" -#include "nonstd/assert.h" +#include "../_assert.h" /** collate strings **/ int strcoll(const char *s1, const char *s2) |