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.
This commit is contained in:
Thomas Zander 2021-10-16 17:36:56 +02:00
parent 771c46032f
commit 6a2e7bbc02
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "Chrono.hxx"
#include "util/NumberParser.hxx"
#include <stdio.h>
#include <stdlib.h>
static inline ProtocolError