From: Dave West Date: Tue, 6 Nov 2007 19:40:39 +0000 (+0000) Subject: Add #include X-Git-Tag: v7.86~2831 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=86c05d9893448a941a39d584618792e0071b445a;p=citadel.git Add #include Needed for the prototype of vlprintf, at least on the system I'm trying to use Easy Install on anyway. Why did this not show up any where else? More to the point why did it not show up on my dev system, should be practically identical to the system I'm trying to use Easy Install on. --- diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index e2b8f6772..630d117e3 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -12,6 +12,7 @@ #include +#include #include "sysdep.h" #include "server.h"