diff options
-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> |
index : mandoc | ||
UNIX manpage compiler toolset | Matěj Cepl <mcepl@cepl.eu> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | term_ps.c | 2 |
@@ -18,7 +18,7 @@ #include "config.h" #endif -#include <sys/param.h> +#include <sys/types.h> #include <assert.h> #include <stdarg.h> |