forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
302 B
C++
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 /*{{{*/
|