fix socket routines

master
leitner 23 years ago
parent 6df029a2f8
commit f908a9dcd4

@ -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…
Cancel
Save