aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
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 /tmux.h
parentafcc29a51d88745d8163fd7f53f596bb9a2a041f (diff)
downloadrtmux-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 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 32dc897e..696c0acd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.574 2010-08-29 14:42:11 tcunha Exp $ */
+/* $Id: tmux.h,v 1.575 2010-09-07 19:32:58 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -31,7 +31,6 @@
#include <limits.h>
#include <signal.h>
#include <stdarg.h>
-#include <stdint.h>
#include <stdio.h>
#include <termios.h>