summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/db/btree/bt_seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/db/btree/bt_seq.c')
-rw-r--r--freebsd/lib/libc/db/btree/bt_seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/db/btree/bt_seq.c b/freebsd/lib/libc/db/btree/bt_seq.c
index 5e92c855..0f294a83 100644
--- a/freebsd/lib/libc/db/btree/bt_seq.c
+++ b/freebsd/lib/libc/db/btree/bt_seq.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)bt_seq.c 8.7 (Berkeley) 7/20/94";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/types.h>
+#include <rtems/bsd/sys/types.h>
#include <errno.h>
#include <stddef.h>