summaryrefslogtreecommitdiff
path: root/src/string/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memset.c')
-rw-r--r--src/string/memset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/memset.c b/src/string/memset.c
index 1f3d14ff..2fdb8551 100644
--- a/src/string/memset.c
+++ b/src/string/memset.c
@@ -1,5 +1,5 @@
#include <string.h>
-#include "nonstd/assert.h"
+#include "../_assert.h"
/** fill memory **/
void * memset(void *s, int c, size_t n)