summaryrefslogtreecommitdiffstats
path: root/att.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 14:22:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 14:22:11 +0000
commitdc4e5ca1c9fd9bd34e243dcdb884af02102c9389 (patch)
tree78f2d3ac00100e778e6832933da1ace2dab9e080 /att.c
parentd4dba4479e3ed55fdc52b75eab00afe7ad78d5f0 (diff)
downloadmandoc-dc4e5ca1c9fd9bd34e243dcdb884af02102c9389.tar.gz
First addition of -man macro support.
Abstraction of mdoc.
Diffstat (limited to 'att.c')
-rw-r--r--att.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/att.c b/att.c
index e17a6a14..526b37a5 100644
--- a/att.c
+++ b/att.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>
-#include "private.h"
+#include "libmdoc.h"
#define LINE(x, y) \
if (0 == strcmp(p, x)) return(y);