summaryrefslogtreecommitdiff
path: root/bufbn.c
diff options
context:
space:
mode:
Diffstat (limited to 'bufbn.c')
-rw-r--r--bufbn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bufbn.c b/bufbn.c
index 0a519ed2d..b7f7cb122 100644
--- a/bufbn.c
+++ b/bufbn.c
@@ -18,6 +18,8 @@
18 18
19/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */ 19/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
20 20
21#include "includes.h"
22
21#include <sys/types.h> 23#include <sys/types.h>
22 24
23#include "buffer.h" 25#include "buffer.h"