From 7b34e8508bbb7d768fb2ed2e75b0f09457be8f37 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 16 Mar 2007 09:34:55 +0000 Subject: [PATCH] Fixed compilation error on FreeBSD http://test/idtest/2007-03-16T00:00:01Z/pazpar2-0.1--freebsd.txt --- src/database.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/database.c b/src/database.c index 3a987ea..b1cd969 100644 --- a/src/database.c +++ b/src/database.c @@ -1,4 +1,4 @@ -/* $Id: database.c,v 1.1 2007-03-15 16:55:34 quinn Exp $ */ +/* $Id: database.c,v 1.2 2007-03-16 09:34:55 adam Exp $ */ #include #include @@ -12,6 +12,11 @@ #include "http.h" #include "zeerex.h" +#include +#include +#include +#include + static struct host *hosts = 0; // The hosts we know about static struct database *databases = 0; // The databases we know about static NMEM nmem = 0; -- 1.7.10.4