LibC: iconv.h needs stddef.h for size_t

This commit is contained in:
Andreas Kling 2019-11-10 13:07:51 +01:00
parent 528e6b27f6
commit 12e0fab580
Notes: sideshowbarker 2024-07-19 11:17:07 +09:00

View file

@ -1,6 +1,7 @@
#pragma once
#include <sys/cdefs.h>
#include <stddef.h>
__BEGIN_DECLS