From 97353c3de5589ea8ca33a55dbbd30069c198e496 Mon Sep 17 00:00:00 2001 From: Tom Moguljak Date: Thu, 19 Oct 2023 10:34:17 +0200 Subject: [PATCH] Correction --- TP3/Exo5/exo5_3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/TP3/Exo5/exo5_3.c b/TP3/Exo5/exo5_3.c index 7568d71..250813f 100644 --- a/TP3/Exo5/exo5_3.c +++ b/TP3/Exo5/exo5_3.c @@ -5,6 +5,7 @@ #include #include #include +#include #define SIZE 1000 int search(const unsigned char *t, int start, int end, int n)