summaryrefslogtreecommitdiff
path: root/net/libupnp/patches/patch-aa
blob: 3d9760d0730303d7ef0d4a6c5826de725513a3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.2 2007/06/07 08:08:16 rh Exp $

--- upnp/inc/upnp.h.orig	2007-03-04 00:58:24.000000000 +1000
+++ upnp/inc/upnp.h
@@ -45,7 +45,8 @@
 #endif 
 
 #include <stdio.h>
-#ifdef __FreeBSD__
+#include <sys/param.h>
+#if (defined(BSD) && BSD >= 199306)
 #include <time.h>
 #endif
 #include "ixml.h"