diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-01-17 10:45:22 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-01-17 10:45:22 +0000 |
| commit | 9e6910dc0c747c8f30b87f6482f4eadb48ad6654 (patch) | |
| tree | 4f835b35913acfb115b15ea4f1c6af40fd77ab54 /emu/Nt/ipif.c | |
| parent | 16501eaf1cb642b80d7fa0236407a27aecb35b02 (diff) | |
emu/Nt/ipif.c
Diffstat (limited to 'emu/Nt/ipif.c')
| -rw-r--r-- | emu/Nt/ipif.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emu/Nt/ipif.c b/emu/Nt/ipif.c index d2cf4521..f8c5c043 100644 --- a/emu/Nt/ipif.c +++ b/emu/Nt/ipif.c @@ -9,6 +9,9 @@ #include "ip.h" #include "error.h" +typedef int socklen_t; /* Windows is leading edge as always */ + + extern int SOCK_SELECT; char Enotv4[] = "address not IPv4"; |
