From 58538d795e0b662f2f4e5a7193f1204bbe992ddd Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 11 Jun 2014 13:39:24 +1000 Subject: - (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for compat stuff, specifically whether or not OpenSSL has ECC. --- bufbn.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bufbn.c') diff --git a/bufbn.c b/bufbn.c index 0a519ed2..b7f7cb12 100644 --- a/bufbn.c +++ b/bufbn.c @@ -18,6 +18,8 @@ /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */ +#include "includes.h" + #include #include "buffer.h" -- cgit v1.2.3