Commit f5c90564 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Max Kellermann

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

parent 0e39b597
......@@ -28,6 +28,7 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
HttpdClient::~HttpdClient()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment