diff options
author | Dai Sato <satodai@dog.intcul.tohoku.ac.jp> | 2002-02-01 13:58:47 +0000 |
---|---|---|
committer | Dai Sato <satodai@dog.intcul.tohoku.ac.jp> | 2002-02-01 13:58:47 +0000 |
commit | 50b17ce71efc2bb1587a6b0d4cddb0c5ed3de8f1 (patch) | |
tree | a2d59bf008250fdc192ca820a4114a93c929aa71 /mktable.c | |
parent | [w3m-dev 02968] fix problem with Netscape-Enterprise WWW-authenticate (diff) | |
download | w3m-50b17ce71efc2bb1587a6b0d4cddb0c5ed3de8f1.tar.gz w3m-50b17ce71efc2bb1587a6b0d4cddb0c5ed3de8f1.zip |
for SunOS 4.1.x
Diffstat (limited to '')
-rw-r--r-- | mktable.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ -/* $Id: mktable.c,v 1.8 2002/01/29 19:16:00 ukai Exp $ */ -#include "config.h" +/* $Id: mktable.c,v 1.9 2002/02/01 13:58:47 inu Exp $ */ #include <stdio.h> #include <stdlib.h> #include <ctype.h> +#include "config.h" #include "hash.h" #include "Str.h" #include <gc.h> |