w3m

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

commit df987c957213391c968a4d42f7e73a1894701051
parent a356df08f7726660d1b2b49c6cbb20e6141f3386
Author: ukai <ukai>
Date:   Fri, 19 Jul 2002 03:25:56 +0000

[w3m-dev 03277] compile error on Solaris7
* w3mimg/w3mimg.c: include <stdio.h> for NULL
From: Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>

Diffstat:
MChangeLog | 5+++++
Mw3mimg/w3mimg.c | 1+
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-19 Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> + + * [w3m-dev 03277] compile error on Solaris7 + * w3mimg/w3mimg.c: include <stdio.h> for NULL + 2002-07-19 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp> * [w3m-dev 03276] compile error on EWS4800 diff --git a/w3mimg/w3mimg.c b/w3mimg/w3mimg.c @@ -1,5 +1,6 @@ /* $Id$ */ +#include <stdio.h> #include <stdlib.h> #include "w3mimg/w3mimg.h"