diff --git a/saelo.c b/saelo.c index 8c3130b..d30f339 100644 --- a/saelo.c +++ b/saelo.c @@ -1,7 +1,7 @@ #include #include #include -#include "sae.h" +#include "saelo.h" char Card(void)//demande si client a la carte { diff --git a/testsaelo.c b/testsaelo.c index efa6978..d4cb77c 100644 --- a/testsaelo.c +++ b/testsaelo.c @@ -1,6 +1,6 @@ #include #include -#include "sae.h" +#include "saelo.h" void main(void) { @@ -79,4 +79,4 @@ void main(void) return; } -} \ No newline at end of file +}