summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-19 16:52:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-19 16:52:32 +0000
commit255440e006df46680a8a1d6d9477320941812ff2 (patch)
tree09c6dc96844120c8b12bcc42271ebea8e25b529e /roff.c
parenta76386cba793369342a8bb5bb809d74d6158d938 (diff)
downloadmandoc-255440e006df46680a8a1d6d9477320941812ff2.tar.gz
libroff depends on libmandoc and so libmandoc should be included first;
merge from OpenBSD, patch by daniel@
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index 56f5c59b..54e1ea51 100644
--- a/roff.c
+++ b/roff.c
@@ -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