diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 13:34:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 13:34:27 +0000 |
commit | 50e4cbdafa9c837f66381c0b700260c2b53e8779 (patch) | |
tree | 78437c16161e578ea9b8181cd3293d8c1b01d91f /cgi.c | |
parent | 4f8984e28a371e49a310b977cae11f118af57dcb (diff) | |
download | mandoc-50e4cbdafa9c837f66381c0b700260c2b53e8779.tar.gz |
protect <err.h> inclusion
Diffstat (limited to 'cgi.c')
-rw-r--r-- | cgi.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,7 +21,9 @@ #include <sys/time.h> #include <ctype.h> +#if HAVE_ERR #include <err.h> +#endif #include <errno.h> #include <fcntl.h> #include <limits.h> |