diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-09-01 10:47:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-09-01 10:47:47 +0000 |
commit | a5aa008dcc2300ee6a20ef63e9129a24c9da6761 (patch) | |
tree | a4286cbedf4ea543f2c39af7183417df95a3bcc0 /demandoc.c | |
parent | 39f38f46ef135991e2c1ff53d33926edd13f4fb9 (diff) | |
download | mandoc-a5aa008dcc2300ee6a20ef63e9129a24c9da6761.tar.gz |
Allow compilation on OpenBSD.
Diffstat (limited to 'demandoc.c')
-rw-r--r-- | demandoc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include "man.h" #include "mdoc.h" |