pkgsrc/www/phraseanet-indexer/patches/patch-ab
2011-10-04 08:02:19 +00:00

16 lines
498 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$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 @@
/* dŽfinition portable des structures syst<73>me ˆ dŽnomination variable */
#ifndef PHRASEA_CLOCK_T__INCLUDED
#define PHRASEA_CLOCK_T__INCLUDED 1
+#include <sys/types.h>
#include <sys/timeb.h>
/*
#ifndef PHRASEA_TIMEB