summaryrefslogtreecommitdiff
path: root/sysutils/apt/files/patch-ftparchive_cachedb.cc
blob: 0465d54a4d6b77500cc919af093b3c3b5c7cafcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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					/*{{{*/