aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ps.c
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
commit4482840eccb9facf57a7a0f8e7d4f447563804dd (patch)
tree514998f98249f25af2346774ad8f73df02dc3582 /term_ps.c
parent37180e644a936e9a3ac2460430c380121ffb8d28 (diff)
downloadmandoc-4482840eccb9facf57a7a0f8e7d4f447563804dd.tar.gz
mandoc-4482840eccb9facf57a7a0f8e7d4f447563804dd.tar.zst
mandoc-4482840eccb9facf57a7a0f8e7d4f447563804dd.zip
"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.c4
1 files changed, 2 insertions, 2 deletions
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 <kristaps@bsd.lv>
*
@@ -18,7 +18,7 @@
#include "config.h"
#endif
-#include <sys/param.h>
+#include <sys/types.h>
#include <assert.h>
#include <stdarg.h>