diff options
| author | Tyge Løvset <[email protected]> | 2023-05-13 11:04:11 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-05-13 11:04:11 +0200 |
| commit | be7d9913d4a284bdeb7f0431482b5731b5ef31df (patch) | |
| tree | 92ab761056a60961827b0025768bad9870fbc24c /misc/tests | |
| parent | 98d131bfc1bcc8b82cb27b30ad6da176d1fed117 (diff) | |
| download | STC-modified-be7d9913d4a284bdeb7f0431482b5731b5ef31df.tar.gz STC-modified-be7d9913d4a284bdeb7f0431482b5731b5ef31df.zip | |
File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/algo/raii.h and included by stc/calgo.h
Diffstat (limited to 'misc/tests')
| -rw-r--r-- | misc/tests/cregex_test.c | 1 | ||||
| -rw-r--r-- | misc/tests/cspan_test.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/tests/cregex_test.c b/misc/tests/cregex_test.c index aa4b2a65..07e5c3cb 100644 --- a/misc/tests/cregex_test.c +++ b/misc/tests/cregex_test.c @@ -1,6 +1,7 @@ #define i_extern #include <stc/cregex.h> #include <stc/csview.h> +#include <stc/algo/raii.h> #include "ctest.h" #define M_START(m) ((m).str - inp) diff --git a/misc/tests/cspan_test.c b/misc/tests/cspan_test.c index 5d46f579..9afa63f5 100644 --- a/misc/tests/cspan_test.c +++ b/misc/tests/cspan_test.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <stc/cspan.h> +#include <stc/algo/raii.h> #include "ctest.h" using_cspan3(intspan, int); |
