summaryrefslogtreecommitdiff
path: root/www/phraseanet-indexer/patches/patch-ab
blob: e13be70e0c9b6f90109c0e96d53fe954482c766d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1.1.1 2011/10/04 08:02:19 manu Exp $

Make sure time_t is defined, since <sys/timeb.h> uses it.

--- src/phrasea_clock_t.h.orig	2011-08-11 17:00:07.000000000 +0200
+++ src/phrasea_clock_t.h	2011-08-11 17:00:18.000000000 +0200
@@ -1,8 +1,9 @@
 /* dfinition portable des structures systme  dnomination variable */
 #ifndef PHRASEA_CLOCK_T__INCLUDED
 #define PHRASEA_CLOCK_T__INCLUDED 1
 
+#include <sys/types.h>
 #include <sys/timeb.h>
 
 /*
 #ifndef PHRASEA_TIMEB