summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/sys/sys/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/proc.h b/freebsd/sys/sys/proc.h
index c393e71f..1593eb2f 100644
--- a/freebsd/sys/sys/proc.h
+++ b/freebsd/sys/sys/proc.h
@@ -57,7 +57,7 @@
#include <sys/signal.h>
#include <sys/signalvar.h>
#ifndef _KERNEL
-#include <rtems/bsd/sys/time.h> /* For structs itimerval, timeval. */
+#include <sys/time.h> /* For structs itimerval, timeval. */
#else
#include <sys/pcpu.h>
#endif