From 81c3704f0fa44495d3a569a9f2c35b5bf8bef3be Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 09:16:08 +0000 Subject: Almost nothing actually needs to include , however by including it they get . So instead of pulling in , just pull in . "go ahead" miod@ --- src/lib/libcrypto/bf/blowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/bf') diff --git a/src/lib/libcrypto/bf/blowfish.h b/src/lib/libcrypto/bf/blowfish.h index 289c55b3af..be71374cb2 100644 --- a/src/lib/libcrypto/bf/blowfish.h +++ b/src/lib/libcrypto/bf/blowfish.h @@ -59,7 +59,7 @@ #ifndef HEADER_BLOWFISH_H #define HEADER_BLOWFISH_H -#include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3-55-g6feb