diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-08 09:20:08 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-08 09:20:08 +0000 |
commit | 69196d0244a29c4cfccc8628915ca17c3a84f164 (patch) | |
tree | 313e1ef4fe18c8277e124db52e7774c1abafb885 | |
parent | bee3b50c817b516b827078fe5301714fc31d1217 (diff) | |
download | mandoc-69196d0244a29c4cfccc8628915ca17c3a84f164.tar.gz |
Missing prototype for getsubopt() on NetBSD fixed.VERSION.1.10.1
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <assert.h> #include <ctype.h> +#include <getopt.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> |