From 8b03989f57a33c2ff886aa30082692fbe5e5e4c9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 19 Aug 2014 16:52:32 +0000 Subject: libroff depends on libmandoc and so libmandoc should be included first; merge from OpenBSD, patch by daniel@ --- roff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index d64d726f..33361402 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.225 2014/08/10 23:54:41 schwarze Exp $ */ +/* $Id: roff.c,v 1.226 2014/08/19 16:52:32 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -27,8 +27,8 @@ #include "mandoc.h" #include "mandoc_aux.h" -#include "libroff.h" #include "libmandoc.h" +#include "libroff.h" /* Maximum number of nested if-else conditionals. */ #define RSTACK_MAX 128 -- cgit v1.2.3-56-ge451