aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ajp13.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-06-28 23:55:27 +0000
committerGerald Combs <gerald@wireshark.org>2002-06-28 23:55:27 +0000
commit0cdc4db72ac6130694492ba23dbeea5afa78fbc3 (patch)
tree4950dfb22d20f78d6dca73b93b10e4c6745fd514 /packet-ajp13.c
parent431cae49a1e10123227d0612df1838ce2e98ded2 (diff)
Remove include of plugins/plugin_api.h. This works with gcc, but confuses
MSVC++ mightily. Include necessary static plugin headers. svn path=/trunk/; revision=5788
Diffstat (limited to 'packet-ajp13.c')
-rw-r--r--packet-ajp13.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ajp13.c b/packet-ajp13.c
index d9a6549514..1588bb1179 100644
--- a/packet-ajp13.c
+++ b/packet-ajp13.c
@@ -44,8 +44,9 @@
#endif
#include <epan/packet.h>
+#include <epan/conversation.h>
#include "packet-ajp13.h"
-#include "plugins/plugin_api.h"
+#include "packet-tcp.h"