From 7dd36f04246952793553284d8cf56c240d6791c3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 11 Sep 2018 23:37:07 -0400 Subject: [PATCH] cleaned up some compiler warnings --- webcit-ng/webcit.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webcit-ng/webcit.h b/webcit-ng/webcit.h index 69a6bc071..4d5f51c56 100644 --- a/webcit-ng/webcit.h +++ b/webcit-ng/webcit.h @@ -7,6 +7,8 @@ * modify it under the terms of the GNU General Public License, version 3. */ +#define SHOW_ME_VAPPEND_PRINTF + #include #include #include @@ -22,6 +24,7 @@ #include #include #include +#include #include #include #include -- 2.30.2