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