summaryrefslogtreecommitdiff
path: root/bufaux.c
diff options
context:
space:
mode:
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"