diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-09-07 19:32:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-09-07 19:32:58 +0000 |
commit | f54482a4612ef9f409e7ffe247b621ce90604d48 (patch) | |
tree | 5b3607cce310b087ac00db4bd36f7aaa5cb8a39f /input-keys.c | |
parent | afcc29a51d88745d8163fd7f53f596bb9a2a041f (diff) | |
download | rtmux-f54482a4612ef9f409e7ffe247b621ce90604d48.tar.gz rtmux-f54482a4612ef9f409e7ffe247b621ce90604d48.tar.bz2 rtmux-f54482a4612ef9f409e7ffe247b621ce90604d48.zip |
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.c | 3 |
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> |