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 --- hex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hex.c') diff --git a/hex.c b/hex.c index 58e2d70..357b996 100644 --- a/hex.c +++ b/hex.c @@ -7,6 +7,7 @@ */ #include +#include #include #include -- cgit