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. --- input-keys.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'input-keys.c') diff --git a/input-keys.c b/input-keys.c index 27bb3778..6207d936 100644 --- a/input-keys.c +++ b/input-keys.c @@ -1,4 +1,4 @@ -/* $Id: input-keys.c,v 1.44 2009-12-04 22:14:47 tcunha Exp $ */ +/* $Id: input-keys.c,v 1.45 2010-09-07 19:32:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -18,7 +18,6 @@ #include -#include #include #include -- cgit