opnsense-ports/sysutils/apt/files/patch-ftparchive_cachedb.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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 /*{{{*/