aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-23 08:53:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-23 08:53:13 +0000
commit733bdd4e565f0044daafdc53979fa89748896686 (patch)
tree361da54085fc88398cd3a280a7bd331758a5b7f3 /epan/dfilter
parentb4a0cda41e0e0626428aacaab54458f25768c34f (diff)
Try to get the #includes right - take 2.
svn path=/trunk/; revision=29176
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/dfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dfilter/dfilter.h b/epan/dfilter/dfilter.h
index 7951569f23..39e23de28d 100644
--- a/epan/dfilter/dfilter.h
+++ b/epan/dfilter/dfilter.h
@@ -26,7 +26,9 @@
#include <glib.h>
/* Passed back to user */
+#ifndef dfilter_t
typedef struct _dfilter_t dfilter_t;
+#endif
#include <epan/epan.h>
#include <epan/proto.h>