diff options
Diffstat (limited to 'usr/src/cmd/mandoc/mandoc_xr.c')
-rw-r--r-- | usr/src/cmd/mandoc/mandoc_xr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/mandoc/mandoc_xr.c b/usr/src/cmd/mandoc/mandoc_xr.c index da0a7f0cf2..6d1b1a8d8a 100644 --- a/usr/src/cmd/mandoc/mandoc_xr.c +++ b/usr/src/cmd/mandoc/mandoc_xr.c @@ -1,4 +1,4 @@ -/* $Id: mandoc_xr.c,v 1.3 2017/07/02 21:18:29 schwarze Exp $ */ +/* $Id: mandoc_xr.c,v 1.4 2020/06/22 19:20:40 schwarze Exp $ */ /* * Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> * @@ -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 "config.h" + #include <sys/types.h> #include <assert.h> |