diff options
| author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 00:35:39 +0000 | 
|---|---|---|
| committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 00:35:39 +0000 | 
| commit | 190732428effcdf6ecb3c79acd645fe12ef244ee (patch) | |
| tree | 3feae3ccffe37cc885ff5fae5a04d3dbc9081925 /databases/rdfdb/files/patch-query-processQuery.c | |
| parent | Add p5-Lingua-EN-Syllable 0.251, routine for estimating syllable (diff) | |
Add rdfdb 0.46, a lightweight RDF database.
PR:		33281
Submitted by:	Philip Jenvey <pjenvey@turntables.org>
Diffstat (limited to '')
| -rw-r--r-- | databases/rdfdb/files/patch-query-processQuery.c | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/rdfdb/files/patch-query-processQuery.c b/databases/rdfdb/files/patch-query-processQuery.c new file mode 100644 index 000000000000..ef8e5e71c70a --- /dev/null +++ b/databases/rdfdb/files/patch-query-processQuery.c @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- query/processQuery.c.orig	Mon Sep 18 17:09:01 2000 ++++ query/processQuery.c	Thu Dec 27 21:18:54 2001 +@@ -21,6 +21,7 @@ + #include "../utils/utils.h" + #include "queryParser.h" + #include <stdio.h> ++#include <time.h> + extern int       DB_Flush (const char* db) ; + extern int gVerbose; + extern int gAssertionCount;  | 
