From 4482840eccb9facf57a7a0f8e7d4f447563804dd Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 26 Aug 2010 13:00:59 +0000 Subject: "sys/param.h is for kernel interface programs. sys/types.h is the file you want to include." From a downstream fix by deraadt@. --- term_ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'term_ps.c') diff --git a/term_ps.c b/term_ps.c index e1ce97e5..b97238ef 100644 --- a/term_ps.c +++ b/term_ps.c @@ -1,4 +1,4 @@ -/* $Id: term_ps.c,v 1.42 2010/08/20 01:02:07 schwarze Exp $ */ +/* $Id: term_ps.c,v 1.43 2010/08/26 13:00:59 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -18,7 +18,7 @@ #include "config.h" #endif -#include +#include #include #include -- cgit v1.2.3