diff options
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 077708e..8a0970d 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3336,6 +3336,7 @@ MODULE_SCOPE void TclInitSockets(void); #else #define TclInitSockets() /* do nothing */ #endif +struct addrinfo; /* forward declaration, needed for TclCreateSocketAddress */ MODULE_SCOPE int TclCreateSocketAddress(Tcl_Interp *interp, struct addrinfo **addrlist, const char *host, int port, int willBind, |