X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fctdlproto%2Fserv_file.c;h=92dd92d49af37e046e916305dc92518c794b486a;hp=0b5ebc0c152e8a10d4b2069c57902ab972c44747;hb=5c39ca8a3c875df98163fed8923c258f21bb3f66;hpb=45b28b8b70fff7516b7ad33b21a0c2401a0e7201 diff --git a/citadel/modules/ctdlproto/serv_file.c b/citadel/modules/ctdlproto/serv_file.c index 0b5ebc0c1..92dd92d49 100644 --- a/citadel/modules/ctdlproto/serv_file.c +++ b/citadel/modules/ctdlproto/serv_file.c @@ -12,10 +12,14 @@ * GNU General Public License for more details. */ +#include +#include #include +#include #include #include - +#include +#include #include "ctdl_module.h" #include "citserver.h" #include "support.h"