diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-02 23:24:57 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-02 23:24:57 +0000 |
commit | 919f2a28755126f55b458d6553ac5e10b76203b3 (patch) | |
tree | 6b285eca5de51692bcaade66a629a2b84eadb8c7 /contrib/mdocml/compat_ohash.c | |
parent | d24ff3fdf2f10c9b05c568b96812b7560b5c652a (diff) | |
parent | e00686f8f18c8c3eb3a800468a031699ed0bbc8f (diff) | |
download | FreeBSD-src-919f2a28755126f55b458d6553ac5e10b76203b3.zip FreeBSD-src-919f2a28755126f55b458d6553ac5e10b76203b3.tar.gz |
Update to mandoc cvs version as of 20141201
- Compatiblity with existing manpages has been improved
- Now support ".so" directive with compressed manpages (which fixes a regression
we have since we have new man(1))
Diffstat (limited to 'contrib/mdocml/compat_ohash.c')
-rw-r--r-- | contrib/mdocml/compat_ohash.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/mdocml/compat_ohash.c b/contrib/mdocml/compat_ohash.c index 0992b36..cbd6052 100644 --- a/contrib/mdocml/compat_ohash.c +++ b/contrib/mdocml/compat_ohash.c @@ -1,8 +1,6 @@ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif -#ifdef HAVE_OHASH +#if HAVE_OHASH int dummy; @@ -25,6 +23,8 @@ int dummy; * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <stddef.h> #include <stdint.h> #include <stdlib.h> |