diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-20 13:49:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-20 13:49:36 +0000 |
commit | 89953ac5c4d3fbb0306d1e3fd313a22d9202f737 (patch) | |
tree | 74b81ee6b97b945df4c0158ba5eda7a7e4a62412 /strings.c | |
parent | 50f9604d3b055e8ec8c5617c792e62d6e01219a3 (diff) | |
download | mandoc-89953ac5c4d3fbb0306d1e3fd313a22d9202f737.tar.gz |
Lint- and NetBSD-compiler checks.
Diffstat (limited to 'strings.c')
-rw-r--r-- | strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#ifdef __linux__ +#ifndef __OpenBSD__ #include <time.h> #endif |