Include for the rasprintf function prototype, to avoid an implicit function declaration. Improves compatibility with future compilers. diff --git a/src/xml_file.c b/src/xml_file.c index e369f5170f181758..d74af230081fb3d0 100644 --- a/src/xml_file.c +++ b/src/xml_file.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "xml_file.h" #include #include "error.h"