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

« back to all changes in this revision

Viewing changes to methods/rsh.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:
12
12
                                                                        /*}}}*/
13
13
// Include Files                                                        /*{{{*/
14
14
#include "rsh.h"
15
 
#include <apt-pkg/contrib/error.h>
 
15
#include <apt-pkg/error.h>
16
16
 
17
17
#include <sys/stat.h>
18
18
#include <sys/time.h>