aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-17 02:18:48 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-17 02:18:48 +0000
commit79053183c54a7e0efc29b656a47deff19f0dee2c (patch)
tree8dd5dd504a3c13ed7cd5cd018bca2736e2bb1467 /version_info.c
parent58d9f6c3b1e8ed8cc914e6f3d5af87c3e12a2ff3 (diff)
remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now
various dumpcap related code cleanup: mainly #include's and capture engine related stuff svn path=/trunk/; revision=17327
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/version_info.c b/version_info.c
index 141b556f6c..e6a15d939d 100644
--- a/version_info.c
+++ b/version_info.c
@@ -40,10 +40,6 @@
#include <pcre.h> /* to get the libpcre version number */
#endif /* HAVE_LIBPCRE */
-#ifdef HAVE_WINDOWS_H
-#include <windows.h>
-#endif
-
#ifdef HAVE_SOME_SNMP
#ifdef HAVE_NET_SNMP
@@ -65,6 +61,11 @@
#include "svnversion.h"
+#ifdef HAVE_WINDOWS_H
+#include <windows.h>
+#endif
+
+
#ifdef SVNVERSION
const char *svnversion = " (" SVNVERSION ")";
#else