[w3m-dev 03277] compile error on Solaris7

* w3mimg/w3mimg.c: include <stdio.h> for NULL
From: Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
This commit is contained in:
Fumitoshi UKAI
2002-07-19 03:25:56 +00:00
parent 8432622858
commit a5f51f7501
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
/* $Id: w3mimg.c,v 1.3 2002/07/19 03:24:28 ukai Exp $ */
/* $Id: w3mimg.c,v 1.4 2002/07/19 03:25:56 ukai Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include "w3mimg/w3mimg.h"