aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2012-10-08 19:30:34 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2012-10-08 19:30:34 +0000
commit9b78939cb34ee98e3135b83ebe1b1597c1e1f8f9 (patch)
tree2ddc632f0dcfd481253791cbd3da5862aba7f9d5 /epan/expert.h
parent3c57a48598ec897e72b8340c177dbcebe310ede0 (diff)
expert.h needs packet_info.h
(trying to ensure that the order in which files are included does not matter) svn path=/trunk/; revision=45402
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 86478bb66d..d87a2c4a14 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -27,6 +27,7 @@
#ifndef __EXPERT_H__
#define __EXPERT_H__
+#include <epan/packet_info.h>
#include <epan/proto.h>
#include "value_string.h"