From 851a6ceb434343884286a69b40b75b98f62448da Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 16 Jan 2004 21:55:54 +0000 Subject: [PATCH] Fix header for clean AIX build. --- src/squeue/squeue.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/squeue/squeue.c b/src/squeue/squeue.c index 68283f1e283..33d0218f3c0 100644 --- a/src/squeue/squeue.c +++ b/src/squeue/squeue.c @@ -24,8 +24,15 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. \*****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + +#ifdef HAVE_TERMCAP_H +# include <termcap.h> +#endif + #include <sys/ioctl.h> -#include <termcap.h> #include <termios.h> #include "src/common/xstring.h" -- GitLab