1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/ladybird/missing-cdefs.patch
2023-01-21 03:37:38 +00:00

10 lines
182 B
Diff

--- a/Userland/Libraries/LibC/regex.h
+++ b/Userland/Libraries/LibC/regex.h
@@ -8,6 +8,7 @@
#include <stddef.h>
#include <sys/types.h>
+#include <sys/cdefs.h>
__BEGIN_DECLS