add missing header

This commit is contained in:
Damien Miller 2019-01-22 10:49:52 +11:00
parent 533cfb01e4
commit 2de9cec542

View File

@ -33,6 +33,9 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "openbsd-compat/openssl-compat.h"
#include <openssh/dh.h>
#include "sshkey.h" #include "sshkey.h"
#include "kex.h" #include "kex.h"
#include "sshbuf.h" #include "sshbuf.h"