aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wap.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2018-03-03 16:04:46 +0100
committerAnders Broman <a.broman58@gmail.com>2018-03-04 07:44:35 +0000
commit59af408e9ead20d96fb2991a7c629534939475d0 (patch)
treeeb9742c2a0028cff15849a41bc16874157af4818 /epan/dissectors/packet-wap.c
parent41f18ae7f5c13d55ada84e3895f0cb656043e826 (diff)
wap: include stdio.h
Otherwise, fprintf() is not defined and the debug prints don't work. Change-Id: I9bc791dfc829cf9e7b1b6e61b0090d2fb94bebb2 Reviewed-on: https://code.wireshark.org/review/26244 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-wap.c')
-rw-r--r--epan/dissectors/packet-wap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-wap.c b/epan/dissectors/packet-wap.c
index f9d9b11688..8ce95dc709 100644
--- a/epan/dissectors/packet-wap.c
+++ b/epan/dissectors/packet-wap.c
@@ -15,6 +15,8 @@
#include "config.h"
+#include <stdio.h>
+
#include <epan/packet.h>
#include "packet-wap.h"