summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sha1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sha1.c b/sha1.c
index 7250fc602..2c50433e8 100644
--- a/sha1.c
+++ b/sha1.c
@@ -24,6 +24,9 @@ A million repetitions of "a"
#include <stdio.h>
#include <string.h>
#include <sys/types.h> /* for u_int*_t */
+#if defined(__sun)
+#include "solarisfixes.h"
+#endif
#include "sha1.h"
#ifndef BYTE_ORDER