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

getifaddrs needs private libwebsockets.h

via trac

Signed-off-by: Steven Y Lai <stevenylai@INVALID.com>
This commit is contained in:
Steven Y Lai 2015-01-26 20:04:34 +08:00 committed by Andy Green
parent 97a748a2d0
commit cee2a063e9

View file

@ -44,6 +44,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include "private-libwebsockets.h"
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>