diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-13 09:15:37 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-13 09:15:37 (GMT) |
| commit | 138fdcf62cb9a479f3575715d2effc0dd19454fb (patch) | |
| tree | e6a361103cce4e78ed68f1bf497bced64933b2ff /unix/tclUnixSock.c | |
| parent | 8edc9b38888d1193b6a895ee21f2a4c0de700e10 (diff) | |
| parent | cbd41f6910eac83dfe47c930b5d9ab50c503596a (diff) | |
| download | tcl-138fdcf62cb9a479f3575715d2effc0dd19454fb.zip tcl-138fdcf62cb9a479f3575715d2effc0dd19454fb.tar.gz tcl-138fdcf62cb9a479f3575715d2effc0dd19454fb.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclUnixSock.c')
| -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 e904cfd..abd7fa6 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 |
