summaryrefslogtreecommitdiffstats
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/compat.c b/compat.c
index 6e0ed65a..a7a98f8f 100644
--- a/compat.c
+++ b/compat.c
@@ -25,10 +25,6 @@
#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;