TP3: avoid warning on cygwin
[Algorithmic_C.git] / TP3 / tp3.c
index 52c2a6e398be161c61c1f8af0837bd79bbff265a..ffb53c20129a24e92077dd83c3acc105273c7e65 100644 (file)
--- a/TP3/tp3.c
+++ b/TP3/tp3.c
@@ -1,4 +1,8 @@
 #include <stdio.h>
+#if __BSD_VISIBLE
+#undef __BSD_VISIBLE
+#define __BSD_VISIBLE
+#endif
 #include <stdlib.h>
 
 void AfficheTab(int T[], int n) {