Commit 6a2e7bbc authored by Thomas Zander's avatar Thomas Zander

protocol/ArgParser.cxx: Add missing #include <stdio.h>

Fixes a build problem on platforms where stdio.h is not included transitively. snprintf() is defined in stdio.h.
parent 771c4603
......@@ -23,6 +23,7 @@
#include "Chrono.hxx"
#include "util/NumberParser.hxx"
#include <stdio.h>
#include <stdlib.h>
static inline ProtocolError
......
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