include solaris fixes in sha1.c

This commit is contained in:
Pieter Noordhuis 2010-05-21 09:33:47 +02:00
parent fd80abda08
commit 4993adbaaf
1 changed files with 3 additions and 0 deletions

3
sha1.c
View File

@ -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