Fix build with -Werror -std=c99 -pedantic.
authordaniel <daniel@openbsd.org>
Sun, 21 Dec 2014 00:17:24 +0000 (00:17 +0000)
committerdaniel <daniel@openbsd.org>
Sun, 21 Dec 2014 00:17:24 +0000 (00:17 +0000)
ok schwarze@

usr.bin/mandoc/libmandoc.h
usr.bin/mandoc/msec.c

index 0135891..ea6c9cb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: libmandoc.h,v 1.37 2014/12/01 08:05:02 schwarze Exp $ */
+/*     $OpenBSD: libmandoc.h,v 1.38 2014/12/21 00:17:24 daniel Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -37,7 +37,6 @@ __BEGIN_DECLS
 
 struct mparse;
 struct mchars;
-enum   mandocerr;
 struct tbl_span;
 struct eqn;
 struct roff;
index d950321..90a300e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: msec.c,v 1.10 2014/12/01 08:05:02 schwarze Exp $ */
+/*     $OpenBSD: msec.c,v 1.11 2014/12/21 00:17:24 daniel Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -18,6 +18,7 @@
 
 #include <string.h>
 
+#include "mandoc.h"
 #include "libmandoc.h"
 
 #define LINE(x, y) \