From: schwarze Date: Mon, 19 Oct 2015 18:58:20 +0000 (+0000) Subject: including requires including beforehand; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8e84bd9ea7b8236d75c0ba2a3f07a985a704b3a5;p=openbsd including requires including beforehand; noticed by Svyatoslav Mishyn --- diff --git a/usr.bin/mandoc/mandoc_ohash.c b/usr.bin/mandoc/mandoc_ohash.c index 464652acc59..0e01e359188 100644 --- a/usr.bin/mandoc/mandoc_ohash.c +++ b/usr.bin/mandoc/mandoc_ohash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mandoc_ohash.c,v 1.1 2015/10/13 15:50:15 schwarze Exp $ */ +/* $OpenBSD: mandoc_ohash.c,v 1.2 2015/10/19 18:58:20 schwarze Exp $ */ /* * Copyright (c) 2014, 2015 Ingo Schwarze * @@ -16,6 +16,7 @@ */ #include #include +#include #include #include "mandoc_aux.h"