]> git.cameronkatri.com Git - mandoc.git/blobdiff - tbl_data.c
The files mandoc.c and mandoc.h contained both specialised low-level
[mandoc.git] / tbl_data.c
index 9c56002fa543570049aa8d450c700490ceb753d6..dfb85bd27cdac7c5147be61bebd5d48ab3c6af7c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: tbl_data.c,v 1.28 2014/01/05 18:37:53 joerg Exp $ */
+/*     $Id: tbl_data.c,v 1.29 2014/03/23 11:25:26 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -26,6 +26,7 @@
 #include <time.h>
 
 #include "mandoc.h"
+#include "mandoc_aux.h"
 #include "libmandoc.h"
 #include "libroff.h"