From 46c69fccb79911b4ef1bc12606f39b072cbf19d3 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 30 May 2019 18:05:25 +0200 Subject: Cleanup: fix includes in membuffer.h Headers should not have to be included in a certain order. Therefore include stdarg.h and stdio.h in membuffer.h, since the latter uses FILE and va_list. Signed-off-by: Berthold Stoeger --- core/membuffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/membuffer.h b/core/membuffer.h index 04f872010..a5f7d023d 100644 --- a/core/membuffer.h +++ b/core/membuffer.h @@ -45,6 +45,8 @@ extern "C" { #endif #include +#include +#include #include "units.h" struct membuffer { -- cgit v1.2.3-70-g09d2