aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-03-07 10:19:33 +0000
committerJörg Mayer <jmayer@loplof.de>2005-03-07 10:19:33 +0000
commit58d8f2f6524d5658ef87e3ee7267f9fbdf8d0560 (patch)
treeffbd3755463443abb63104664cdd1ddf643ebed2 /gtk/capture_info_dlg.c
parent8de6e67f085b1e222c206a5dd391e7b5c88a8d3a (diff)
- pcap.h needs to be included before capture.h
- As capture.h is empty without libpcap defined, only include it in that case and don't protect the file internally against libpcap any more. svn path=/trunk/; revision=13648
Diffstat (limited to 'gtk/capture_info_dlg.c')
-rw-r--r--gtk/capture_info_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c
index b9d98901c7..bbc6661333 100644
--- a/gtk/capture_info_dlg.c
+++ b/gtk/capture_info_dlg.c
@@ -37,7 +37,7 @@
#include <time.h>
#include <epan/packet.h>
-#include "../capture.h"
+#include "capture.h"
#include "globals.h"
#include "capture_ui_utils.h"
#include "dlg_utils.h"