diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-21 14:14:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-21 14:14:35 +0000 |
commit | 25f29dc49f2ee728e81fb950c798fead9fe996ab (patch) | |
tree | 38985d889a492bb823fa239fffec953ab6d6fec1 /msec.c | |
parent | c3d62d28a2dc71f5ab706428016e254508dd7d10 (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include <string.h> +#include "mandoc.h" #include "libmandoc.h" #define LINE(x, y) \ |