From: Dave West Date: Tue, 13 Oct 2009 11:30:03 +0000 (+0000) Subject: Add missing include of stddef.h , needed for offsetof() X-Git-Tag: v7.86~763 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0e007a30728a5d6602811654b67683ab2d8b10da;p=citadel.git Add missing include of stddef.h , needed for offsetof() --- diff --git a/webcit/static.c b/webcit/static.c index 0b4f449c4..257ca5ad3 100644 --- a/webcit/static.c +++ b/webcit/static.c @@ -13,6 +13,8 @@ #include #include #include +#include + #include "webcit.h" #include "webserver.h"