summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/sha2/sha2.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/sys/crypto/sha2/sha2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/crypto/sha2/sha2.c b/freebsd/sys/crypto/sha2/sha2.c
index acabc958..8a482f54 100644
--- a/freebsd/sys/crypto/sha2/sha2.c
+++ b/freebsd/sys/crypto/sha2/sha2.c
@@ -40,7 +40,7 @@
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#ifdef _KERNEL
#include <sys/systm.h>
#else