Skip to content

Commit

Permalink
include solaris fixes in sha1.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed May 21, 2010
1 parent fd80abd commit 4993adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sha1.c
Expand Up @@ -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
Expand Down

0 comments on commit 4993adb

Please sign in to comment.