]> git.saurik.com Git - apt.git/blobdiff - ftparchive/cachedb.h
* Build apt-ftparchive with libdb4.2 rather than libdb2
[apt.git] / ftparchive / cachedb.h
index 257af20fc72abf639e97f33fe7b7583b9ccd3ec3..1229b98efa40e9d53b420d8621e72ab0050bbb86 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: cachedb.h,v 1.3 2002/11/22 07:19:51 doogie Exp $
+// $Id: cachedb.h,v 1.4 2004/05/08 19:41:01 mdz Exp $
 /* ######################################################################
 
    CacheDB
@@ -16,7 +16,7 @@
 #pragma interface "cachedb.h"
 #endif 
 
-#include <db2/db.h>
+#include <db.h>
 #include <string>
 #include <apt-pkg/debfile.h>
 #include <inttypes.h>