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 | |
| 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
| -rw-r--r-- | mktable.c | 4 | ||||
| -rw-r--r-- | url.c | 4 | 
2 files changed, 5 insertions, 3 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> @@ -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> | 
