summaryrefslogtreecommitdiff
path: root/kexgen.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-01-22 00:02:23 +1100
committerDamien Miller <djm@mindrot.org>2019-01-22 00:02:23 +1100
commitd50ab3cd6fb859888a26b4d4e333239b4f6bf573 (patch)
treebd61165737937966b3ede5c5a04d9321ba562212 /kexgen.c
parentc7670b091a7174760d619ef6738b4f26b2093301 (diff)
downloadopenssh-git-d50ab3cd6fb859888a26b4d4e333239b4f6bf573.tar.gz
new files need includes.h
Diffstat (limited to 'kexgen.c')
-rw-r--r--kexgen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kexgen.c b/kexgen.c
index 3983c9f6..91c960fe 100644
--- a/kexgen.c
+++ b/kexgen.c
@@ -23,6 +23,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <stdio.h>