aboutsummaryrefslogtreecommitdiffstats
path: root/epan/req_resp_hdrs.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-26 19:27:49 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-26 19:27:49 +0000
commit94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125 (patch)
tree7d972bab4738dca3d0d81e46e07299cc42fae615 /epan/req_resp_hdrs.c
parent70416bc4a356605d91bb9d67f8f9b58f3fd3c9cf (diff)
(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
svn path=/trunk/; revision=29568
Diffstat (limited to 'epan/req_resp_hdrs.c')
-rw-r--r--epan/req_resp_hdrs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/req_resp_hdrs.c b/epan/req_resp_hdrs.c
index 8e548d1873..d6f13293a2 100644
--- a/epan/req_resp_hdrs.c
+++ b/epan/req_resp_hdrs.c
@@ -28,9 +28,11 @@
#endif
#include <glib.h>
+#include <stdio.h>
+#include <string.h>
+
#include <epan/packet.h>
#include <epan/strutil.h>
-#include <string.h>
#include <epan/req_resp_hdrs.h>