summaryrefslogtreecommitdiff
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 6e0ed65af..a7a98f8fe 100644
--- a/compat.c
+++ b/compat.c
@@ -25,10 +25,6 @@
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $"); 26RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $");
27 27
28#include "ssh.h"
29#include "packet.h"
30#include "xmalloc.h"
31#include "compat.h"
32#ifdef HAVE_LIBPCRE 28#ifdef HAVE_LIBPCRE
33# include <pcreposix.h> 29# include <pcreposix.h>
34#else /* Use native regex libraries */ 30#else /* Use native regex libraries */
@@ -43,6 +39,11 @@ RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $");
43# endif 39# endif
44#endif /* HAVE_LIBPCRE */ 40#endif /* HAVE_LIBPCRE */
45 41
42#include "packet.h"
43#include "xmalloc.h"
44#include "compat.h"
45#include "log.h"
46
46int compat13 = 0; 47int compat13 = 0;
47int compat20 = 0; 48int compat20 = 0;
48int datafellows = 0; 49int datafellows = 0;