diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-20 20:49:22 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-20 20:49:22 +0000 |
commit | 7fca6697e8daed5680867e259f8c5ce541a30582 (patch) | |
tree | 8cf0cc7d334fd8b1984c9bf69119d7231641313b | |
parent | b44773e59d7d1d0dcc07db651f6179c4e78df49e (diff) | |
download | mandoc-7fca6697e8daed5680867e259f8c5ce541a30582.tar.gz |
FreeBSD includes fix (uqs@sporlein.net).
-rw-r--r-- | mdoc_hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_hash.c b/mdoc_hash.c index dea68f28..d5af031f 100644 --- a/mdoc_hash.c +++ b/mdoc_hash.c @@ -14,6 +14,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <assert.h> #include <ctype.h> #include <stdlib.h> |