fix socket routines

This commit is contained in:
leitner 2002-03-17 16:57:53 +00:00
parent 6df029a2f8
commit f908a9dcd4
2 changed files with 5 additions and 0 deletions

View File

@ -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"

1
socket/socket_noipv6.c Normal file
View File

@ -0,0 +1 @@
int noipv6=0;