~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to apt-inst/deb/dpkgdb.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   ##################################################################### */
14
14
                                                                        /*}}}*/
15
15
// Include Files                                                        /*{{{*/
16
 
#include <apt-inst/deb/dpkgdb.h>
17
 
#include <apt-pkg/contrib/configuration.h>
18
 
#include <apt-pkg/contrib/error.h>
19
 
#include <apt-pkg/contrib/progress.h>
 
16
#include <apt-pkg/dpkgdb.h>
 
17
#include <apt-pkg/configuration.h>
 
18
#include <apt-pkg/error.h>
 
19
#include <apt-pkg/progress.h>
20
20
#include <apt-pkg/tagfile.h>
21
 
#include <apt-pkg/contrib/strutl.h>
 
21
#include <apt-pkg/strutl.h>
22
22
 
23
23
#include <stdio.h>
24
24
#include <errno.h>