aboutsummaryrefslogtreecommitdiffstats
path: root/mktable.c
diff options
context:
space:
mode:
authorDai Sato <satodai@dog.intcul.tohoku.ac.jp>2002-02-01 13:58:47 +0000
committerDai Sato <satodai@dog.intcul.tohoku.ac.jp>2002-02-01 13:58:47 +0000
commit50b17ce71efc2bb1587a6b0d4cddb0c5ed3de8f1 (patch)
treea2d59bf008250fdc192ca820a4114a93c929aa71 /mktable.c
parent[w3m-dev 02968] fix problem with Netscape-Enterprise WWW-authenticate (diff)
downloadw3m-50b17ce71efc2bb1587a6b0d4cddb0c5ed3de8f1.tar.gz
w3m-50b17ce71efc2bb1587a6b0d4cddb0c5ed3de8f1.zip
for SunOS 4.1.x
Diffstat (limited to '')
-rw-r--r--mktable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mktable.c b/mktable.c
index 26df4b8..d5a424c 100644
--- a/mktable.c
+++ b/mktable.c
@@ -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>