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 /url.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 'url.c')
-rw-r--r-- | url.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |