aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sha1.h')
-rw-r--r--lib/sha1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sha1.h b/lib/sha1.h
index 368c0669..4ef8ac92 100644
--- a/lib/sha1.h
+++ b/lib/sha1.h
@@ -23,7 +23,11 @@
#ifndef _SHA1_H_
#define _SHA1_H_
+#if(__sun)
+#include <inttypes.h>
+#else
#include <stdint.h>
+#endif
#include <gmodule.h>
#ifndef _SHA_enum_