summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/gen/feature_present.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/gen/feature_present.c')
-rw-r--r--freebsd/lib/libc/gen/feature_present.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/gen/feature_present.c b/freebsd/lib/libc/gen/feature_present.c
index 5fbd8b29..9404a063 100644
--- a/freebsd/lib/libc/gen/feature_present.c
+++ b/freebsd/lib/libc/gen/feature_present.c
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/sysctl.h>
#include <stdio.h>
#include <stdlib.h>