diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-23 18:47:59 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-23 18:47:59 +0000 |
| commit | f319daae1ddfe2aff724830f768f1d50cb240c93 (patch) | |
| tree | 93589db38fd5c2d15b8b906e52c9c8f9085b47d1 /Src/Modules/tcp.c | |
| parent | IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWD (diff) | |
| download | zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar.gz zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar.bz2 zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar.lz zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar.xz zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar.zst zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.zip | |
18466: tcp.mdh only included by C file
Diffstat (limited to 'Src/Modules/tcp.c')
| -rw-r--r-- | Src/Modules/tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Modules/tcp.c b/Src/Modules/tcp.c index 58ab8c090..cc591f6eb 100644 --- a/Src/Modules/tcp.c +++ b/Src/Modules/tcp.c @@ -34,6 +34,7 @@ * doesn't exist on cygwin. */ #include "tcp.h" +#include "tcp.mdh" /* * We use poll() in preference to select because some subset of manuals says |
