LibC: Add missing include in <syslog.h>

The include is necessary for __BEGIN_DECLS and __END_DECLS.
This commit is contained in:
Gunnar Beutner 2021-04-14 01:51:32 +02:00 committed by Andreas Kling
commit 1946a4bee6
Notes: sideshowbarker 2024-07-18 20:23:38 +09:00

View file

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