freebsd-ports/sysutils/apt/files/patch-ftparchive_cachedb.cc
Martin Wilke dbc44398c0 APT is the Debian project's advanced front-end for dpkg. APT features complete
installation ordering, multiple source capability and several other unique
features.

WWW: http://packages.debian.org/apt

PR:		ports/105563
Submitted by:	Nick Barkas <snb at threerings.net>
2007-02-11 23:00:35 +00:00

10 lines
302 B
C++

--- ftparchive/cachedb.cc.orig Tue Jul 25 00:35:54 2006
+++ ftparchive/cachedb.cc Tue Nov 14 17:06:17 2006
@@ -25,6 +25,7 @@
#include <apt-pkg/configuration.h>
#include <netinet/in.h> // htonl, etc
+#include <publib.h>
/*}}}*/
// CacheDB::ReadyDB - Ready the DB2 /*{{{*/