diff options
Diffstat (limited to 'lib/sha1.h')
| -rw-r--r-- | lib/sha1.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -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_ | 
