]> git.cameronkatri.com Git - mandoc.git/blobdiff - cgi.c
fix unchecked snprintf(3) in page header printing:
[mandoc.git] / cgi.c
diff --git a/cgi.c b/cgi.c
index 3690beb9747fa93a6b2fc50b69bfa0b9ee6a488d..35b20160690920241a7ec947fae8e2de598b5edd 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-/*     $Id: cgi.c,v 1.49 2014/03/19 22:20:43 schwarze Exp $ */
+/*     $Id: cgi.c,v 1.50 2014/03/23 12:19:03 schwarze Exp $ */
 /*
  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -43,6 +43,7 @@
 
 #include "apropos_db.h"
 #include "mandoc.h"
+#include "mandoc_aux.h"
 #include "mdoc.h"
 #include "man.h"
 #include "main.h"