diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/portability.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/portability.h b/lib/portability.h index acc32fd4..05a449ee 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -6,6 +6,7 @@ // For musl #define _ALL_SOURCE +#include <regex.h> #ifndef REG_STARTEND #define REG_STARTEND 0 #endif |