diff options
| author | Tyge Løvset <[email protected]> | 2022-02-06 00:07:24 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-02-06 00:07:24 +0100 |
| commit | d68d26d55881cac66be4ab357c08add8c348f083 (patch) | |
| tree | 6792632ded6d4fc73df75f49096fdcac029c49d7 /include/stc/cregex.h | |
| parent | 29409b257d9144010bd608afc19f66ee2fbaa337 (diff) | |
| download | STC-modified-d68d26d55881cac66be4ab357c08add8c348f083.tar.gz STC-modified-d68d26d55881cac66be4ab357c08add8c348f083.zip | |
Some build warnings/fixes.
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 6b7dbc4c..a6079c38 100644 --- a/include/stc/cregex.h +++ b/include/stc/cregex.h @@ -32,6 +32,7 @@ THE SOFTWARE. * shorthand character classes, ++.
*/
+#include <stddef.h>
#include <stdint.h>
typedef enum {
|
