mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
10 lines
182 B
Diff
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
|
|
|