diff options
Diffstat (limited to 'misc/examples/algorithms/forloops.c')
| -rw-r--r-- | misc/examples/algorithms/forloops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/algorithms/forloops.c b/misc/examples/algorithms/forloops.c index 72d745f8..300eee18 100644 --- a/misc/examples/algorithms/forloops.c +++ b/misc/examples/algorithms/forloops.c @@ -1,5 +1,5 @@ #include <stdio.h> -#include <stc/algo/filter.h> +#include <stc/algorithm.h> #define i_type IVec #define i_key int |
