]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
new files need includes.h
authorDamien Miller <djm@mindrot.org>
Mon, 21 Jan 2019 13:02:23 +0000 (00:02 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 21 Jan 2019 13:02:23 +0000 (00:02 +1100)
kexgen.c
kexsntrup4591761x25519.c

index 3983c9f6be4972b6bc2a66a98d1ffeb1146192ed..91c960fe6ddf3fa2b38e385e6a125a0c9766ef10 100644 (file)
--- 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>
index b0605b96a5c91c411c76ee3ae0a3f2e2384c1f59..3b9b664f8b1fc955b50db69fdf3c78fb7718d03a 100644 (file)
@@ -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>