From f19ad1ea77a4b2d5e6e73aebcf71ba22b69b4618 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 2 Mar 2018 21:50:58 +0100 Subject: [PATCH] Headers include fix for Mac OS X. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- TD3/exo2/exo2.c | 2 +- TD3/exo3/exo3.c | 2 +- TD3/exo4/exo4.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TD3/exo2/exo2.c b/TD3/exo2/exo2.c index 0e58bb8..168b234 100644 --- a/TD3/exo2/exo2.c +++ b/TD3/exo2/exo2.c @@ -2,7 +2,7 @@ #include #include #include -#include +#include int main() { diff --git a/TD3/exo3/exo3.c b/TD3/exo3/exo3.c index 2fa2228..17d98e8 100644 --- a/TD3/exo3/exo3.c +++ b/TD3/exo3/exo3.c @@ -2,7 +2,7 @@ #include #include #include -#include +#include int main() { diff --git a/TD3/exo4/exo4.c b/TD3/exo4/exo4.c index a5ffce3..f066e52 100644 --- a/TD3/exo4/exo4.c +++ b/TD3/exo4/exo4.c @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include -- 2.34.1