]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_macro.c
Merge man_args() into man_macro.c, the only place where it's called, and
[mandoc.git] / mdoc_macro.c
index dfd1490711cc5f52f827ae80c1da587e9e7edeaa..b334b4e4021a3c14f69d320e03b2aad6fe93204f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_macro.c,v 1.105 2011/03/22 14:05:45 kristaps Exp $ */
+/*     $Id: mdoc_macro.c,v 1.106 2011/03/22 14:33:05 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -26,6 +26,7 @@
 #include <string.h>
 #include <time.h>
 
+#include "mdoc.h"
 #include "mandoc.h"
 #include "libmdoc.h"
 #include "libmandoc.h"