diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 15:34:53 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 15:34:53 +0000 |
commit | 61ed3cda9170f4f414c6f2d577c68533f7bfe154 (patch) | |
tree | 47b541df9c9d8066ace5d426dc3d63271d46be5a /strings.c | |
parent | 0433d239533d292f8994aa02fe4bd7d8eacd2bb5 (diff) | |
download | mandoc-61ed3cda9170f4f414c6f2d577c68533f7bfe154.tar.gz |
Compiles fine on NetBSD now, too.
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 |