mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-13 16:46:27 +02:00
11 lines
182 B
Diff
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
|
|
|