summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/stat/stat.c2
-rw-r--r--src/sys/utsname/uname.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/stat/stat.c b/src/sys/stat/stat.c
index c5079295..2c2d02d2 100644
--- a/src/sys/stat/stat.c
+++ b/src/sys/stat/stat.c
@@ -1,7 +1,7 @@
#include "sys/types.h"
#include <sys/stat.h>
#include "stdlib.h"
-#include "nonstd/assert.h"
+#include "../../_assert.h"
int stat(const char * restrict path, struct stat * restrict buf)
{
diff --git a/src/sys/utsname/uname.c b/src/sys/utsname/uname.c
index 50b53e11..e5a4b83e 100644
--- a/src/sys/utsname/uname.c
+++ b/src/sys/utsname/uname.c
@@ -1,6 +1,6 @@
#include <sys/utsname.h>
#include "string.h"
-#include "nonstd/assert.h"
+#include "../../_assert.h"
# define __PLATFORM__ "x86"