summaryrefslogtreecommitdiffstats
path: root/buffer.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-06-11 13:39:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-06-11 13:39:24 +1000
commit58538d795e0b662f2f4e5a7193f1204bbe992ddd (patch)
treefadd72e47e3262cdb473db1ac2d225254d3beac5 /buffer.c
parenteb012ac581fd0abc16ee86ee3a68cf07c8ce4d08 (diff)
- (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for
compat stuff, specifically whether or not OpenSSL has ECC.
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/buffer.c b/buffer.c
index 07bc186d..c5f708ab 100644
--- a/buffer.c
+++ b/buffer.c
@@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
+#include "includes.h"
+
#include <sys/types.h>
#include "buffer.h"