diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-26 13:00:59 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-26 13:00:59 +0000 |
commit | bbd2dbe296f7aef56589a057052529265159e85f (patch) | |
tree | b335d58c551cf97a1b6e8277bb2e23d3df34d2b2 /term_ps.c | |
parent | bec71113a8b43075d6e98b1a7cb96b630c291b3a (diff) | |
download | mandoc-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@.
Diffstat (limited to 'term_ps.c')
-rw-r--r-- | term_ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ #include "config.h" #endif -#include <sys/param.h> +#include <sys/types.h> #include <assert.h> #include <stdarg.h> |