From 582a2070a7f792f044fd1ee07a8e0bcfbfa32ee4 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Thu, 27 Nov 2014 14:52:11 +0100 Subject: Add missing stddef.h header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - misc.h use offsetof() - other use NUUL, size_t and wchar_t Signed-off-by: Stéphane Aulery Signed-off-by: Gerd Hoffmann --- xdnd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xdnd.c') diff --git a/xdnd.c b/xdnd.c index f506f47..86f378c 100644 --- a/xdnd.c +++ b/xdnd.c @@ -32,6 +32,7 @@ #include #include +#include #include #include -- cgit