capture_interfaces_dialog.h is processed by moc, so it has to include

config.h itself, so that HAVE_LIBPCAP is defined appropriately.

svn path=/trunk/; revision=53584
This commit is contained in:
Guy Harris 2013-11-25 22:03:06 +00:00
parent 1fb476bf9f
commit c0dc54dc7b
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifndef CAPTURE_INTERFACES_DIALOG_H
#define CAPTURE_INTERFACES_DIALOG_H
#include "config.h"
#ifdef HAVE_LIBPCAP
#include <QDialog>