1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

remove duplicated netdb include from client handshake

Based on work from Radu Sorici <soriciradu@gmail.com>

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2012-04-12 11:08:55 +08:00 committed by Andy Green
parent cce2a81e85
commit 796ce7ab15

View file

@ -1,5 +1,4 @@
#include "private-libwebsockets.h"
#include <netdb.h>
struct libwebsocket *__libwebsocket_client_connect_2(
struct libwebsocket_context *context,