From 86c05d9893448a941a39d584618792e0071b445a Mon Sep 17 00:00:00 2001 From: Dave West Date: Tue, 6 Nov 2007 19:40:39 +0000 Subject: [PATCH] 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. --- citadel/sysdep_decls.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2