Add missing include of stddef.h , needed for offsetof()
authorDave West <davew@uncensored.citadel.org>
Tue, 13 Oct 2009 11:30:03 +0000 (11:30 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 13 Oct 2009 11:30:03 +0000 (11:30 +0000)
webcit/static.c

index 0b4f449c440f4495ec23546c457b2ff27512d814..257ca5ad370c3af1628ded76695e645b889a3002 100644 (file)
@@ -13,6 +13,8 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <stdarg.h>
+#include <stddef.h>
+
 
 #include "webcit.h"
 #include "webserver.h"