summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/rpc/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/rpc/types.h')
-rw-r--r--freebsd/sys/rpc/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/rpc/types.h b/freebsd/sys/rpc/types.h
index 5dbaae8f..dd51a8af 100644
--- a/freebsd/sys/rpc/types.h
+++ b/freebsd/sys/rpc/types.h
@@ -38,7 +38,7 @@
#ifndef _RPC_TYPES_H
#define _RPC_TYPES_H
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/_null.h>
typedef int32_t bool_t;