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. --- tmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.h') 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 @@ -31,7 +31,6 @@ #include #include #include -#include #include #include -- cgit