summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/sys/crypto/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/crypto/sha1.c b/freebsd/sys/crypto/sha1.c
index f2c5330f..0fc2de3f 100644
--- a/freebsd/sys/crypto/sha1.c
+++ b/freebsd/sys/crypto/sha1.c
@@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <sys/cdefs.h>
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#include <sys/systm.h>
#include <crypto/sha1.h>