output/HttpdClient: fix build failure due to missing stdio.h include

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:
Gustavo Zacarias 2014-07-08 10:46:17 -03:00 committed by Max Kellermann
parent a70443af31
commit d8e8eabf60

View File

@ -30,6 +30,7 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
HttpdClient::~HttpdClient()
{