summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
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 07bc186d0..c5f708ab2 100644
--- a/buffer.c
+++ b/buffer.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"