ckiss

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f97bad4c374472cb26f673755a74a0c33c4d3eb7
parent 591e14ce4a639d58e4333fdf0d05ba031aeac2a4
Author: aabacchus <ben@bvnf.space>
Date:   Sun, 23 Apr 2023 17:42:51 +0100

search.c correct includes

Diffstat:
Msrc/search.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/search.c b/src/search.c @@ -1,6 +1,8 @@ #include <stdio.h> #include <stdlib.h> + #include "ckiss.h" +#include "array.h" int search(int argc, char **argv, struct env *e) {