mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
dbc44398c0
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>
11 lines
302 B
C++
11 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 /*{{{*/
|