w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 1a094483351218cc806e6bed6794d96544cd4027
parent d1af0dccf203e2dd4a820bae49aef2fe397b91b0
Author: inu <inu>
Date:   Fri,  1 Feb 2002 13:58:47 +0000

for SunOS 4.1.x

Diffstat:
Mmktable.c | 2+-
Murl.c | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/mktable.c b/mktable.c @@ -1,8 +1,8 @@ /* $Id$ */ -#include "config.h" #include <stdio.h> #include <stdlib.h> #include <ctype.h> +#include "config.h" #include "hash.h" #include "Str.h" #include <gc.h> diff --git a/url.c b/url.c @@ -1,4 +1,6 @@ /* $Id$ */ +#include <stdio.h> +#include "config.h" #include "fm.h" #include <sys/types.h> #include <sys/socket.h>