summaryrefslogtreecommitdiffstats
path: root/msec.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-21 14:14:35 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-21 14:14:35 +0000
commit25f29dc49f2ee728e81fb950c798fead9fe996ab (patch)
tree38985d889a492bb823fa239fffec953ab6d6fec1 /msec.c
parentc3d62d28a2dc71f5ab706428016e254508dd7d10 (diff)
downloadmandoc-25f29dc49f2ee728e81fb950c798fead9fe996ab.tar.gz
ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.);
patch from daniel@
Diffstat (limited to 'msec.c')
-rw-r--r--msec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/msec.c b/msec.c
index ab276366..97595063 100644
--- a/msec.c
+++ b/msec.c
@@ -20,6 +20,7 @@
#include <string.h>
+#include "mandoc.h"
#include "libmandoc.h"
#define LINE(x, y) \