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>
This commit is contained in:
Martin Kaiser 2018-03-03 16:04:46 +01:00 committed by Anders Broman
parent 41f18ae7f5
commit 59af408e9e
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include "config.h"
#include <stdio.h>
#include <epan/packet.h>
#include "packet-wap.h"