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:
parent
771c46032f
commit
6a2e7bbc02
|
@ -23,6 +23,7 @@
|
|||
#include "Chrono.hxx"
|
||||
#include "util/NumberParser.hxx"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static inline ProtocolError
|
||||
|
|
Loading…
Reference in New Issue