diff options
| author | Tyge Løvset <[email protected]> | 2022-11-27 22:57:00 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-11-27 22:57:00 +0100 |
| commit | 1e0f229b0b044f6df0d0084674f3cf0dc4f4d31d (patch) | |
| tree | f07039594558b948be69636b16d85a770ba973f0 /examples | |
| parent | d540332f52fbd9b2c50a402525a5cfca4919ec32 (diff) | |
| download | STC-modified-1e0f229b0b044f6df0d0084674f3cf0dc4f4d31d.tar.gz STC-modified-1e0f229b0b044f6df0d0084674f3cf0dc4f4d31d.zip | |
Moved c_forfilter macros from ccommon.h to views.h
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/forloops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/forloops.c b/examples/forloops.c index d016cb66..2654f095 100644 --- a/examples/forloops.c +++ b/examples/forloops.c @@ -1,4 +1,5 @@ #include <stdio.h>
+#include <stc/views.h>
#define i_type IVec
#define i_val int
|
