summaryrefslogtreecommitdiff
path: root/src/sys/utsname
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/utsname')
-rw-r--r--src/sys/utsname/uname.c2
1 files changed, 1 insertions, 1 deletions
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"