Only include gtk/capture_globals.h if we're building with capture

support.

svn path=/trunk/; revision=25575
This commit is contained in:
Guy Harris 2008-06-24 04:04:47 +00:00
parent f441b8941e
commit a9ffacc1b3
1 changed files with 2 additions and 0 deletions

View File

@ -49,7 +49,9 @@
#include "gtk/drag_and_drop.h"
#include "gtk/main.h"
#include "gtk/main_menu.h"
#ifdef HAVE_LIBPCAP
#include "gtk/capture_globals.h"
#endif
enum { DND_TARGET_STRING, DND_TARGET_ROOTWIN, DND_TARGET_URL };