summaryrefslogtreecommitdiffstats
path: root/input-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-09-07 19:32:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-09-07 19:32:58 +0000
commitf54482a4612ef9f409e7ffe247b621ce90604d48 (patch)
tree5b3607cce310b087ac00db4bd36f7aaa5cb8a39f /input-keys.c
parentafcc29a51d88745d8163fd7f53f596bb9a2a041f (diff)
Solaris 9 has no stdint.h, ugh. Reported by a couple of people most
recently Timothy Larson.
Diffstat (limited to 'input-keys.c')
-rw-r--r--input-keys.c3
1 files changed, 1 insertions, 2 deletions
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 <nicm@users.sourceforge.net>
@@ -18,7 +18,6 @@
#include <sys/types.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>