aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-28 17:40:07 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-28 17:40:07 +0000
commit671bb28270c560903f8c5cde16e80ae4de7afca3 (patch)
treed372055a3cced49ea08ae4841736d6160716c887 /epan/funnel.c
parent99411c8509f4e41b4f6d2cf920ca4021676be4fb (diff)
Only include config.h in C files, to avoid multiple inclusion.
svn path=/trunk/; revision=30180
Diffstat (limited to 'epan/funnel.c')
-rw-r--r--epan/funnel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/funnel.c b/epan/funnel.c
index ccf406894b..83a74afee9 100644
--- a/epan/funnel.c
+++ b/epan/funnel.c
@@ -26,6 +26,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <epan/funnel.h>
typedef struct _funnel_menu_t {