]> andersk Git - openssh.git/blobdiff - kexgexc.c
- deraadt@cvs.openbsd.org 2006/08/03 03:34:42
[openssh.git] / kexgexc.c
index 9c618ec6c328b1ba310a7474cf60107af91aaa7d..fc48880d46eb8cc9656d1223350c0054ef7bc767 100644 (file)
--- a/kexgexc.c
+++ b/kexgexc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kexgexc.c,v 1.8 2006/08/01 23:22:47 stevesk Exp $ */
+/* $OpenBSD: kexgexc.c,v 1.9 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Niels Provos.  All rights reserved.
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
 
 #include "includes.h"
 
+#include <sys/types.h>
+
 #include <stdio.h>
 #include <string.h>
+#include <signal.h>
 
 #include "xmalloc.h"
+#include "buffer.h"
 #include "key.h"
+#include "cipher.h"
 #include "kex.h"
 #include "log.h"
 #include "packet.h"
This page took 0.206842 seconds and 4 git commands to generate.