aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tree.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-04-21 13:13:39 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-04-21 13:13:39 +0000
commit43851d797dab492414fc9cf09910d61e29465522 (patch)
treee7c0422047db96e07048a1d949a2b91bdd12f6b0 /epan/wslua/wslua_tree.c
parent09dc5526dcdcea138d1f2b1a2dd51d45f527885d (diff)
Include config.h only from .c files.
This avoids a warning building epan.c which includes both config.h and wslua.h (duplicate defines from config.h) svn path=/trunk/; revision=36751
Diffstat (limited to 'epan/wslua/wslua_tree.c')
-rw-r--r--epan/wslua/wslua_tree.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/wslua/wslua_tree.c b/epan/wslua/wslua_tree.c
index eb48103cf2..1c90c7964d 100644
--- a/epan/wslua/wslua_tree.c
+++ b/epan/wslua/wslua_tree.c
@@ -27,6 +27,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* WSLUA_MODULE Tree Adding information to the dissection tree */
#include "wslua.h"