diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-12 11:26:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-12 11:26:18 (GMT) |
commit | 58462852c61eded2afb750f4941bb033a5d51f3e (patch) | |
tree | 7d14550b8961da9038cba7e8ba52d42ecf4d7832 | |
parent | 24b2e0513de4414441b150d418d36be759bc5b7e (diff) | |
parent | 01b1e3aadf2bece4ca5fe2711ee9d6b06bf351ed (diff) | |
download | tcl-58462852c61eded2afb750f4941bb033a5d51f3e.zip tcl-58462852c61eded2afb750f4941bb033a5d51f3e.tar.gz tcl-58462852c61eded2afb750f4941bb033a5d51f3e.tar.bz2 |
Merge 8.7
-rw-r--r-- | unix/tclUnixSock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c index af1782d..88ffc1f 100644 --- a/unix/tclUnixSock.c +++ b/unix/tclUnixSock.c @@ -9,8 +9,8 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <netinet/tcp.h> #include "tclInt.h" +#include <netinet/tcp.h> /* * Helper macros to make parts of this file clearer. The macros do exactly |