]> andersk Git - openssh.git/blobdiff - compat.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / compat.c
index 6e0ed65af46b5013b3cf373a30c980d7bc27ccfa..a7a98f8fe56983b06a5284eae81367eb8e7f670c 100644 (file)
--- a/compat.c
+++ b/compat.c
 #include "includes.h"
 RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $");
 
-#include "ssh.h"
-#include "packet.h"
-#include "xmalloc.h"
-#include "compat.h"
 #ifdef HAVE_LIBPCRE
 #  include <pcreposix.h>
 #else /* Use native regex libraries */
@@ -43,6 +39,11 @@ RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $");
 #  endif
 #endif /* HAVE_LIBPCRE */
 
+#include "packet.h"
+#include "xmalloc.h"
+#include "compat.h"
+#include "log.h"
+
 int compat13 = 0;
 int compat20 = 0;
 int datafellows = 0;
This page took 0.25402 seconds and 4 git commands to generate.