From: Wilfried Göesgens Date: Sat, 24 May 2008 14:17:27 +0000 (+0000) Subject: * add include to libcitadel X-Git-Tag: v7.86~2214 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=5aefe55984e6673774b79c2a28a65e88e0d234a5;p=citadel.git * add include to libcitadel --- diff --git a/citadel/ecrash.c b/citadel/ecrash.c index 466304652..292234926 100644 --- a/citadel/ecrash.c +++ b/citadel/ecrash.c @@ -13,6 +13,7 @@ * vim: ts=4 */ +#include "sysdep.h" #include #include #include @@ -23,7 +24,12 @@ #include #include #include +#include +#include "server.h" #include "sysdep_decls.h" +#include "support.h" +#include "config.h" +#include "citserver.h" #include "ecrash.h" #define NIY() printf("%s: Not Implemented Yet!\n", __FUNCTION__)