aports/testing/ladybird/missing-cdefs.patch
2023-01-21 03:37:38 +00:00

11 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