From 26fd28432d61a88dcef5f3f79657c2caa9461a78 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 May 2005 16:32:54 +0000 Subject: * FreeBSD 4.x doesn't have stdint.h, use inttypes.h instead (which is also part of ISO C). --- src/libutil/sha256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/sha256.h') diff --git a/src/libutil/sha256.h b/src/libutil/sha256.h index 39b301342f42..0686b84f0e08 100644 --- a/src/libutil/sha256.h +++ b/src/libutil/sha256.h @@ -1,7 +1,7 @@ #ifndef _SHA256_H #define _SHA256_H 1 -#include +#include #define SHA_LBLOCK 16 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a -- cgit 1.4.1