summaryrefslogtreecommitdiffstatshomepage
path: root/strings.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 13:49:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 13:49:36 +0000
commit85e908d626f50934f291b1fbeea2afbb4f205cbd (patch)
tree95919555783b805d72ecd75367eb7a9913a6f078 /strings.c
parentf0efcfb7750a1c0ab3108c5a759de5c050166035 (diff)
downloadmandoc-85e908d626f50934f291b1fbeea2afbb4f205cbd.tar.gz
mandoc-85e908d626f50934f291b1fbeea2afbb4f205cbd.tar.zst
mandoc-85e908d626f50934f291b1fbeea2afbb4f205cbd.zip
Lint- and NetBSD-compiler checks.
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings.c b/strings.c
index a94eb801..d655677b 100644
--- a/strings.c
+++ b/strings.c
@@ -1,4 +1,4 @@
-/* $Id: strings.c,v 1.9 2009/01/17 16:15:27 kristaps Exp $ */
+/* $Id: strings.c,v 1.10 2009/01/20 13:49:36 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#ifdef __linux__
+#ifndef __OpenBSD__
#include <time.h>
#endif