summaryrefslogtreecommitdiffstatshomepage
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
commit9e1962924d277421ea2bce83eed6738227fc0b54 (patch)
treeb3bdcfb6638b011ad4651fe70e926f6206929720 /action.c
parenteae8f4ff2cd357d92c5e6aa901cf82cc4d344470 (diff)
downloadmandoc-9e1962924d277421ea2bce83eed6738227fc0b54.tar.gz
mandoc-9e1962924d277421ea2bce83eed6738227fc0b54.tar.zst
mandoc-9e1962924d277421ea2bce83eed6738227fc0b54.zip
Linux fixes.
Diffstat (limited to 'action.c')
-rw-r--r--action.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/action.c b/action.c
index 3b0c33c2..168c851f 100644
--- a/action.c
+++ b/action.c
@@ -1,4 +1,4 @@
-/* $Id: action.c,v 1.50 2009/03/23 14:22:11 kristaps Exp $ */
+/* $Id: action.c,v 1.51 2009/03/23 14:31:58 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -19,6 +19,7 @@
#include <sys/utsname.h>
#include <assert.h>
+#include <err.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>