about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFile.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-02-28 21:10:46 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-02-28 21:10:46 -0500
commit349da2fb30fd6d2be4bd47a95fee9915b50f6d67 (patch)
tree3452a35c54ff9cddbd3348c878b2ea57c9b431df /WWW/Library/Implementation/HTFile.c
parent86b4d41a7463bd35cf662fc748aa338caef609c9 (diff)
downloadlynx-snapshots-349da2fb30fd6d2be4bd47a95fee9915b50f6d67.tar.gz
snapshot of project "lynx", label v2-8pre_2
Diffstat (limited to 'WWW/Library/Implementation/HTFile.c')
-rw-r--r--WWW/Library/Implementation/HTFile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c
index e2bcd56f..9a2b8ec8 100644
--- a/WWW/Library/Implementation/HTFile.c
+++ b/WWW/Library/Implementation/HTFile.c
@@ -27,6 +27,7 @@
 
 #ifdef DOSPATH
 #define HAVE_READDIR
+#define HAVE_READDIR 1
 #include <dirent.h>
 #define USE_DIRENT
 #include "HTDOS.h"