diff options
| author | Tyge Løvset <[email protected]> | 2022-09-16 11:46:33 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-09-16 11:46:33 +0200 |
| commit | 498679cde9565add37d685e16ea863db3d014a07 (patch) | |
| tree | 61d0ec5f64b42ee6bf17729eb282a6cdb1847b14 /include/stc/cregex.h | |
| parent | d31f686e20c0f3731b1dc931f7f8e1d69c07ed4c (diff) | |
| download | STC-modified-498679cde9565add37d685e16ea863db3d014a07.tar.gz STC-modified-498679cde9565add37d685e16ea863db3d014a07.zip | |
Maintenance update.
Diffstat (limited to 'include/stc/cregex.h')
| -rw-r--r-- | include/stc/cregex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stc/cregex.h b/include/stc/cregex.h index 17c3ec61..2222dc45 100644 --- a/include/stc/cregex.h +++ b/include/stc/cregex.h @@ -31,6 +31,7 @@ THE SOFTWARE. * shorthand character classes, ++. */ #include <stdbool.h> +#include <string.h> #include "forward.h" // csview typedef enum { |
