summaryrefslogtreecommitdiff
path: root/bufaux.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 /bufaux.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 'bufaux.c')
-rw-r--r--bufaux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bufaux.c b/bufaux.c
index aa9b892d9..3976896a9 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -17,6 +17,8 @@
17 17
18/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */ 18/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
19 19
20#include "includes.h"
21
20#include <sys/types.h> 22#include <sys/types.h>
21 23
22#include "buffer.h" 24#include "buffer.h"