aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ajp13.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-28 23:55:27 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-28 23:55:27 +0000
commited649badd01e14b6682c40fa3c2776a83c8fef17 (patch)
tree4950dfb22d20f78d6dca73b93b10e4c6745fd514 /packet-ajp13.c
parent5c0b72be7687c9da828c9c36ed7e01193e983fb8 (diff)
Remove include of plugins/plugin_api.h. This works with gcc, but confuses
MSVC++ mightily. Include necessary static plugin headers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5788 f5534014-38df-0310-8fa8-9805f1628bb7
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"