summaryrefslogtreecommitdiff
path: root/lib.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-07-31 19:17:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-07-31 19:17:54 +0000
commit75b6c55cb02aaa5d40a725b90ffb672a4c25e2ee (patch)
tree64b1aaf4aa206822fce9515a2b064662d04ef5b4 /lib.c
parent7ad21139cd51f34b1749abea843f7f513b4a6410 (diff)
Notes
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 5295950b09b6..0474924d735a 100644
--- a/lib.c
+++ b/lib.c
@@ -1,4 +1,4 @@
-/* $Id: lib.c,v 1.13 2015/10/06 18:32:19 schwarze Exp $ */
+/* $Id: lib.c,v 1.14 2017/06/24 14:38:32 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -20,6 +20,7 @@
#include <string.h>
+#include "mandoc.h"
#include "roff.h"
#include "mdoc.h"
#include "libmdoc.h"