From: Art Cancro Date: Wed, 12 Sep 2018 03:37:07 +0000 (-0400) Subject: cleaned up some compiler warnings X-Git-Tag: v939~350 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=7dd36f04246952793553284d8cf56c240d6791c3 cleaned up some compiler warnings --- 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