From 12e0fab5808e018b34f7b514151155261fb9067f Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 10 Nov 2019 13:07:51 +0100 Subject: LibC: iconv.h needs stddef.h for size_t --- Libraries/LibC/iconv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Libraries/LibC/iconv.h') diff --git a/Libraries/LibC/iconv.h b/Libraries/LibC/iconv.h index 70831a2565..438868fd83 100644 --- a/Libraries/LibC/iconv.h +++ b/Libraries/LibC/iconv.h @@ -1,6 +1,7 @@ #pragma once #include +#include __BEGIN_DECLS -- cgit v1.2.3