Headers include fix for Mac OS X.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 2 Mar 2018 20:50:58 +0000 (21:50 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 2 Mar 2018 20:50:58 +0000 (21:50 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TD3/exo2/exo2.c
TD3/exo3/exo3.c
TD3/exo4/exo4.c

index 0e58bb84104409ca9bd1b42395587387d4e98adc..168b234c530903e8ad8c14ef95ee3bb9e822e4ff 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
-#include <wait.h>
+#include <sys/wait.h>
 
 int main()
 {
index 2fa2228fa1fafc9905a61b21ec117f75c8487e3c..17d98e83cb203aec9ecb0d2ff71dc53fffceea10 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
-#include <wait.h>
+#include <sys/wait.h>
 
 int main()
 {
index a5ffce32ae087b31a072c73737d8a97e2037e9e1..f066e52354d9cd04d1de94cc74b9ba69778aff10 100644 (file)
@@ -1,6 +1,6 @@
 #include <unistd.h>
 #include <signal.h>
-#include <wait.h>
+#include <sys/wait.h>
 #include <stdio.h>
 #include <stdlib.h>