mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibC: Add missing include in <syslog.h>
The include is necessary for __BEGIN_DECLS and __END_DECLS.
This commit is contained in:
parent
cd7512a2ad
commit
1946a4bee6
Notes:
sideshowbarker
2024-07-18 20:23:38 +09:00
Author: https://github.com/gunnarbeutner
Commit: 1946a4bee6
Pull-request: https://github.com/SerenityOS/serenity/pull/6307
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue