Matthew Condell's FreeBSD patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2234 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.4
Dave Peticolas 26 years ago
parent 227723b045
commit 7a32d402ae

@ -547,6 +547,7 @@ Graham Chapman <grahamc@zeta.org.au> for the xacc-rpts addon package
George Chen <georgec@sco.com> for MS-Money QIF's & fixes
Albert Chin-A-Young <china@thewrittenword.com> configure.in patch
Jeremey Collins <jcollins@gnucash.org> for GnoMoney & GTK port
Matthew Condell <mcondell@bbn.com> FreeBSD patch
Patrick Condron <pcondon@rackspace.com> for webserver and T1 connection.
Ciaran Deignan <Ciaran.Deignan@bull.net> for AIX binary version
Tyson Dowd <tyson@tyse.net> for config/make patches & debian maint

@ -269,6 +269,10 @@
<dd>for GnoMoney and GTK port</dd>
<dt> <a href="mailto:mcondell@bbn.com"> Matthew Condell</a></dt>
<dd>FreeBSD patch</dd>
<dt> <a href="mailto:pcondon@rackspace.com"> Patrick
Condron</a></dt>

@ -23,6 +23,7 @@
#ifndef __GNUCASH_QUERY_H__
#define __GNUCASH_QUERY_H__
#include <sys/types.h>
#include <time.h>
#include <glib.h>
#include <regex.h>

Loading…
Cancel
Save