aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capinfos.c2
-rw-r--r--text2pcap.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/capinfos.c b/capinfos.c
index f33dd01228..f3c0fdb5f4 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -85,6 +85,8 @@
#include "wsgetopt.h"
#endif
+#include "svnversion.h"
+
/*
* By default capinfos now continues processing
* the next filename if and when wiretap detects
diff --git a/text2pcap.c b/text2pcap.c
index 2318ac2cbd..825fa2a12b 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -136,6 +136,7 @@
#endif
#include "text2pcap.h"
+#include "svnversion.h"
/*--- Options --------------------------------------------------------------------*/