summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/rpc/types.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 754d6279..5dbaae8f 100644
--- a/freebsd/sys/rpc/types.h
+++ b/freebsd/sys/rpc/types.h
@@ -71,7 +71,7 @@ MALLOC_DECLARE(M_RPC);
#define mem_free(ptr, bsize) free(ptr)
#endif
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#ifdef _KERNEL
#include <rpc/netconfig.h>
#else