diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-21 21:37:12 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-21 21:37:12 +0000 |
commit | 543e81d64f809d97c82873e909e2281c7cacfd93 (patch) | |
tree | c06b9c35ebf21e62a0b6bbc79319898180447012 /Str.c | |
parent | [w3m-dev 02690] RC_DIR in scripts (diff) | |
download | w3m-543e81d64f809d97c82873e909e2281c7cacfd93.tar.gz w3m-543e81d64f809d97c82873e909e2281c7cacfd93.zip |
[w3m-dev 02692] w3m on linux/ia64
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r-- | Str.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: Str.c,v 1.6 2001/11/29 09:34:14 ukai Exp $ */ +/* $Id: Str.c,v 1.7 2001/12/21 21:37:12 ukai Exp $ */ /* * String manipulation library for Boehm GC * @@ -14,6 +14,7 @@ * results obtained from use of this software. */ #include <stdio.h> +#include <stdlib.h> #include <gc.h> #include <stdarg.h> #include <string.h> |