diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 14:31:58 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 14:31:58 +0000 |
commit | aab08c4fa94c384767d1d5da68aa283ced4004bd (patch) | |
tree | a06be88bc8b1ef4f874b6c5420216b170c24bdf5 /action.c | |
parent | dc4e5ca1c9fd9bd34e243dcdb884af02102c9389 (diff) | |
download | mandoc-aab08c4fa94c384767d1d5da68aa283ced4004bd.tar.gz |
Linux fixes.
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #include <sys/utsname.h> #include <assert.h> +#include <err.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> |