aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/stddef.h')
-rw-r--r--sys/sys/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/stddef.h b/sys/sys/stddef.h
index eeff767bbf20..fba87e4b4702 100644
--- a/sys/sys/stddef.h
+++ b/sys/sys/stddef.h
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#include <sys/_null.h>
-#include <machine/_types.h>
+#include <sys/_types.h>
#ifndef _PTRDIFF_T_DECLARED
typedef __ptrdiff_t ptrdiff_t;