summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 14:31:58 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 14:31:58 +0000
commitaab08c4fa94c384767d1d5da68aa283ced4004bd (patch)
treea06be88bc8b1ef4f874b6c5420216b170c24bdf5 /action.c
parentdc4e5ca1c9fd9bd34e243dcdb884af02102c9389 (diff)
downloadmandoc-aab08c4fa94c384767d1d5da68aa283ced4004bd.tar.gz
Linux fixes.
Diffstat (limited to 'action.c')
-rw-r--r--action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.c b/action.c
index d63a10bf..2b58d867 100644
--- a/action.c
+++ b/action.c
@@ -19,6 +19,7 @@
#include <sys/utsname.h>
#include <assert.h>
+#include <err.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>