summaryrefslogtreecommitdiff
path: root/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-12 09:33:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-12 09:33:59 +0000
commit1dbdc34841ba7361a5e50e6f7b7ac80b9bf1d290 (patch)
tree501565c1ed02152a231084e4a1070029031038f1 /gtk/capture_file_dlg.c
parentf6bf2c9451e776146be49afdd1d61ec9b308cb00 (diff)
downloadwireshark-1dbdc34841ba7361a5e50e6f7b7ac80b9bf1d290.tar.gz
move drag_and_drop declarations into it's own file
svn path=/trunk/; revision=24927
Diffstat (limited to 'gtk/capture_file_dlg.c')
-rw-r--r--gtk/capture_file_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c
index f212e517b9..0b17c5fceb 100644
--- a/gtk/capture_file_dlg.c
+++ b/gtk/capture_file_dlg.c
@@ -45,6 +45,7 @@
#include "dlg_utils.h"
#include "file_dlg.h"
#include "capture_file_dlg.h"
+#include "drag_and_drop.h"
#include "main.h"
#include <epan/prefs.h>
#include "recent.h"