diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-11-24 19:17:20 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-11-24 19:17:20 -0500 |
commit | 97d3287af85e3890f03d2a48474de0d1a431b676 (patch) | |
tree | 7db3a7cebf5a3ddce7154e927a2f1d8f3a17fa8c /src/LYLocal.h | |
parent | e47cfd5646f55de9688ff42df3055fd9c09b503f (diff) | |
download | lynx-snapshots-97d3287af85e3890f03d2a48474de0d1a431b676.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-97
Diffstat (limited to 'src/LYLocal.h')
-rw-r--r-- | src/LYLocal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYLocal.h b/src/LYLocal.h index 6a042e60..8c1b5730 100644 --- a/src/LYLocal.h +++ b/src/LYLocal.h @@ -7,8 +7,10 @@ #include <types.h> #include <stat.h> #else +#if 0 /* already included in tcp.h */ #include <sys/types.h> #include <sys/stat.h> +#endif #endif /* VMS */ #ifndef S_IRWXU |