mirror of /home/gitosis/repositories/libowfat.git
fix socket routines
parent
7f03e49c8e
commit
4bbafa9149
|
@ -1,4 +1,8 @@
|
|||
#include <errno.h>
|
||||
#include "haveip6.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include "ip6.h"
|
||||
#include "byte.h"
|
||||
#include "socket.h"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
int noipv6=0;
|
Loading…
Reference in New Issue