diff options
Diffstat (limited to 'bufec.c')
-rw-r--r-- | bufec.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |