]> git.cameronkatri.com Git - mandoc.git/blobdiff - eqn.c
bugfix: make sure all variables are properly initialized
[mandoc.git] / eqn.c
diff --git a/eqn.c b/eqn.c
index 37f01bcb5b6e67c6c7fb90c7bc8b411f7c86cc98..2a46ec6d4b75ae80075e758b16361e010f904bdb 100644 (file)
--- a/eqn.c
+++ b/eqn.c
@@ -1,4 +1,4 @@
-/*     $Id: eqn.c,v 1.38 2011/07/25 15:37:00 kristaps Exp $ */
+/*     $Id: eqn.c,v 1.39 2014/03/23 11:25:26 schwarze Exp $ */
 /*
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -26,6 +26,7 @@
 #include <time.h>
 
 #include "mandoc.h"
+#include "mandoc_aux.h"
 #include "libmandoc.h"
 #include "libroff.h"