From: Adam Dickmeiss Date: Fri, 16 Mar 2007 09:34:55 +0000 (+0000) Subject: Fixed compilation error on FreeBSD X-Git-Tag: stable.27032007~17 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=7b34e8508bbb7d768fb2ed2e75b0f09457be8f37;p=pazpar2-moved-to-github.git Fixed compilation error on FreeBSD http://test/idtest/2007-03-16T00:00:01Z/pazpar2-0.1--freebsd.txt --- 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;