aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbru <bru@texto-plano.xyz>2022-02-06 23:13:57 +0000
committerbru <bru@texto-plano.xyz>2022-02-06 23:13:57 +0000
commit212242af3e1d18645a46d78c1f5317f754fe8bd1 (patch)
treebe2075a8a3ce24896785922d40a7b92616428412
parente2afd13123e9c6b2c3b161792c69e7590585b197 (diff)
downloadajedrez-212242af3e1d18645a46d78c1f5317f754fe8bd1.tar.gz
ifdef corregido
-rw-r--r--ajedrez.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajedrez.c b/ajedrez.c
index 283a478..f91b017 100644
--- a/ajedrez.c
+++ b/ajedrez.c
@@ -18,7 +18,7 @@
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
-#ifdef BSD
+#ifdef __BSD_VISIBLE
#include <netinet/in.h>
#include <sys/socket.h>
#endif
Un proyecto texto-plano.xyz