From 92a42a9e7d1ac13d8e95597f633c18f1eacacde2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 19 Oct 2007 20:50:01 +0000 Subject: FreeBSD requires stdint.h. --- xmalloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmalloc.c') diff --git a/xmalloc.c b/xmalloc.c index b7ec6698..ad2c4b70 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -1,4 +1,4 @@ -/* $Id: xmalloc.c,v 1.4 2007-10-03 13:07:42 nicm Exp $ */ +/* $Id: xmalloc.c,v 1.5 2007-10-19 20:50:01 nicm Exp $ */ /* * Copyright (c) 2004 Nicholas Marriott @@ -20,6 +20,7 @@ #include #include +#include #include #include -- cgit