summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-08-26 13:00:59 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-08-26 13:00:59 +0000
commitbbd2dbe296f7aef56589a057052529265159e85f (patch)
treeb335d58c551cf97a1b6e8277bb2e23d3df34d2b2
parentbec71113a8b43075d6e98b1a7cb96b630c291b3a (diff)
downloadmandoc-bbd2dbe296f7aef56589a057052529265159e85f.tar.gz
"sys/param.h is for kernel interface programs.
sys/types.h is the file you want to include." From a downstream fix by deraadt@.
-rw-r--r--term_ps.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/param.h>
+#include <sys/types.h>
#include <assert.h>
#include <stdarg.h>