diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-21 08:41:05 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-21 08:41:05 +0000 |
commit | 2a2e4af01790aa6afe854a5284be8b7ff895e9b5 (patch) | |
tree | 5a816fd93bd7ca942cfc92bfa866261d02e63907 /man_term.c | |
parent | 9768b81771db66dc0c445eb7d36cb683ea31cae0 (diff) | |
download | mandoc-2a2e4af01790aa6afe854a5284be8b7ff895e9b5.tar.gz |
FreeBSD fix (uqs@spoerlein.net).
Diffstat (limited to 'man_term.c')
-rw-r--r-- | man_term.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <assert.h> #include <ctype.h> #include <err.h> |