From bbd2dbe296f7aef56589a057052529265159e85f 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term_ps.c') diff --git a/term_ps.c b/term_ps.c index 0f4b14a2..198ee5a1 100644 --- a/term_ps.c +++ b/term_ps.c @@ -18,7 +18,7 @@ #include "config.h" #endif -#include +#include #include #include -- cgit