summaryrefslogtreecommitdiff
path: root/src/string/strncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strncmp.c')
-rw-r--r--src/string/strncmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strncmp.c b/src/string/strncmp.c
index 23c8104e..f5647d33 100644
--- a/src/string/strncmp.c
+++ b/src/string/strncmp.c
@@ -1,5 +1,5 @@
#include <string.h>
-#include "nonstd/assert.h"
+#include "../_assert.h"
/** compare bound strings **/
int strncmp(const char *s1, const char *s2, size_t n)