aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-01-26 15:28:37 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-01-26 15:28:37 +0000
commit8d512b51d2aecef79e587e14e7f087c72f9ef44e (patch)
treef091282af4c60892fbd40e5b2ae74ce42a9ca4b4 /epan/wslua/wslua.h
parent79fbb2a2725484693e01e1a46113091923e3e7fa (diff)
From Peter (bug 2224):
Patch to fix compile with glib-1.2. svn path=/trunk/; revision=24199
Diffstat (limited to 'epan/wslua/wslua.h')
-rw-r--r--epan/wslua/wslua.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/wslua/wslua.h b/epan/wslua/wslua.h
index 79985fa467..2fdd138249 100644
--- a/epan/wslua/wslua.h
+++ b/epan/wslua/wslua.h
@@ -53,6 +53,9 @@
#include <epan/funnel.h>
#include <epan/tvbparse.h>
#include <epan/epan.h>
+#if GLIB_MAJOR_VERSION < 2
+#include <dirent.h>
+#endif
#include "declare_wslua.h"