summaryrefslogtreecommitdiff
path: root/www/snownews/patches/patch-os-support_c
blob: d63b8aa095569ac32ec007e11c4d6eaa906c2a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-os-support_c,v 1.1 2012/06/23 23:14:24 dholland Exp $

Use standard headers. (Required on Solaris for time_t.)

--- os-support.c~	2009-09-17 06:44:27.000000000 +0000
+++ os-support.c
@@ -28,6 +28,7 @@
 #include <errno.h>
 #include <string.h>
 #include <ctype.h>
+#include <time.h>
 
 #include "main.h"