aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-05-20 19:00:09 +0000
committerBill Meier <wmeier@newsguy.com>2011-05-20 19:00:09 +0000
commita2b58f051df1d68c4003250dc1b6137824655b6a (patch)
treeb9195dcbf598c27c4289cbd6ea73a04a0a321a23 /epan/dissectors/packet-ajp13.c
parentadefc98f120a62ad2d49f26ce91b60a0f14a3700 (diff)
Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;
(In many cases I previously incorrectly removed the #include <stdlib.h>). svn path=/trunk/; revision=37334
Diffstat (limited to 'epan/dissectors/packet-ajp13.c')
-rw-r--r--epan/dissectors/packet-ajp13.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ajp13.c b/epan/dissectors/packet-ajp13.c
index c16ec233f6..ce9e647736 100644
--- a/epan/dissectors/packet-ajp13.c
+++ b/epan/dissectors/packet-ajp13.c
@@ -27,6 +27,8 @@
# include "config.h"
#endif
+#include <stdlib.h>
+
#include <glib.h>
#include <epan/packet.h>