aboutsummaryrefslogtreecommitdiffstats
path: root/url.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 /url.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 'url.c')
-rw-r--r--url.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/url.c b/url.c
index df6c16d..d747854 100644
--- a/url.c
+++ b/url.c
@@ -1,4 +1,6 @@
-/* $Id: url.c,v 1.39 2002/01/29 19:08:50 ukai Exp $ */
+/* $Id: url.c,v 1.40 2002/02/01 13:58:47 inu Exp $ */
+#include <stdio.h>
+#include "config.h"
#include "fm.h"
#include <sys/types.h>
#include <sys/socket.h>