aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-28 17:40:07 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-28 17:40:07 +0000
commitcb855ac72bee90df878a829724b01cadb548a76e (patch)
treed372055a3cced49ea08ae4841736d6160716c887 /tap-funnel.c
parenta1c5be7aa64c7f681f5cfd8b4b7009b44377f2d3 (diff)
Only include config.h in C files, to avoid multiple inclusion.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30180 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index c06958b672..1353e90469 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -26,6 +26,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <epan/funnel.h>
#include <stdio.h>