]> git.cameronkatri.com Git - mandoc.git/blobdiff - att.c
The groff man-ext macros define fonts CB, CI, and CR,
[mandoc.git] / att.c
diff --git a/att.c b/att.c
index a1703ebcc662682c6e8448c34c981501ede84a7c..dd7f2a0d77111a1e5976c8fe8a50e3d2f450eec1 100644 (file)
--- a/att.c
+++ b/att.c
@@ -1,4 +1,4 @@
-/*     $Id: att.c,v 1.13 2014/11/28 18:57:31 schwarze Exp $ */
+/*     $Id: att.c,v 1.16 2017/06/24 14:38:32 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -19,6 +19,8 @@
 #include <sys/types.h>
 #include <string.h>
 
+#include "mandoc.h"
+#include "roff.h"
 #include "mdoc.h"
 #include "libmdoc.h"
 
@@ -45,5 +47,5 @@ mdoc_a2att(const char *p)
        LINE("V.3",     "AT&T System\\~V Release\\~3 UNIX");
        LINE("V.4",     "AT&T System\\~V Release\\~4 UNIX");
 
-       return(NULL);
+       return NULL;
 }