summaryrefslogtreecommitdiffstats
path: root/strings.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:34:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:34:53 +0000
commit61ed3cda9170f4f414c6f2d577c68533f7bfe154 (patch)
tree47b541df9c9d8066ace5d426dc3d63271d46be5a /strings.c
parent0433d239533d292f8994aa02fe4bd7d8eacd2bb5 (diff)
downloadmandoc-61ed3cda9170f4f414c6f2d577c68533f7bfe154.tar.gz
Compiles fine on NetBSD now, too.
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.c b/strings.c
index 210b73ef..2b7cd4fc 100644
--- a/strings.c
+++ b/strings.c
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#ifdef __linux__
+#ifndef __OpenBSD__
#include <time.h>
#endif