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 afdf868e..a6a44e8d 100644 --- a/src/string/strcoll.c +++ b/src/string/strcoll.c @@ -1,6 +1,6 @@ #include <string.h> #include "stdlib.h" -#include "../_assert.h" +#include "_assert.h" /** collate strings **/ int strcoll(const char *s1, const char *s2) |
