Explorar el Código

include netinet/tcp.h for TCP_NODELAY

Julius Pfrommer hace 10 años
padre
commit
5da5593889
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      examples/networklayer_tcp.c

+ 1 - 0
examples/networklayer_tcp.c

@@ -14,6 +14,7 @@
 #else
 #include <sys/select.h> 
 #include <netinet/in.h>
+#include <netinet/tcp.h>
 #include <sys/socketvar.h>
 #include <sys/ioctl.h>
 #include <unistd.h> // read, write, close