From f54482a4612ef9f409e7ffe247b621ce90604d48 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 7 Sep 2010 19:32:58 +0000 Subject: Solaris 9 has no stdint.h, ugh. Reported by a couple of people most recently Timothy Larson. --- xmalloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmalloc.c') diff --git a/xmalloc.c b/xmalloc.c index 25643bfa..cda6e792 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -1,4 +1,4 @@ -/* $Id: xmalloc.c,v 1.12 2009-10-28 23:12:38 tcunha Exp $ */ +/* $Id: xmalloc.c,v 1.13 2010-09-07 19:32:58 nicm Exp $ */ /* * Copyright (c) 2004 Nicholas Marriott @@ -20,7 +20,6 @@ #include #include -#include #include #include -- cgit