From 4b64bd7b014f5e353a520983c973dad552394ba2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 14 May 2009 07:58:38 +0000 Subject: It is HAVE_PTY_H, also add a cast to shut gcc up. --- window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'window.c') diff --git a/window.c b/window.c index 07214b78..73712f4b 100644 --- a/window.c +++ b/window.c @@ -1,4 +1,4 @@ -/* $Id: window.c,v 1.74 2009-05-13 23:27:00 nicm Exp $ */ +/* $Id: window.c,v 1.75 2009-05-14 07:58:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -38,7 +38,7 @@ #ifdef HAVE_LIBUTIL_H #include #endif -#ifdef USE_PTY_H +#ifdef HAVE_PTY_H #include #endif #ifdef HAVE_UTIL_H -- cgit