--- embedaddon/lighttpd/src/network.h 2013/10/14 10:32:47 1.1.1.1 +++ embedaddon/lighttpd/src/network.h 2016/11/02 10:35:00 1.1.1.2 @@ -1,7 +1,10 @@ #ifndef _NETWORK_H_ #define _NETWORK_H_ +#include "first.h" #include "server.h" + +void network_accept_tcp_nagle_disable(int fd); int network_write_chunkqueue(server *srv, connection *con, chunkqueue *c, off_t max_bytes);