~ubuntu-branches/ubuntu/trusty/probcons/trusty

« back to all changes in this revision

Viewing changes to FixRef.cc

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-12-19 22:43:44 UTC
  • Revision ID: james.westby@ubuntu.com-20101219224344-8diy7izn2cc4cvcr
Tags: 1.12-5ubuntu3
Fix FTBFS with GCC-4.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <algorithm>
18
18
#include <cstdio>
19
19
#include <cstdlib>
 
20
#include <cstring>
20
21
#include <cerrno>
21
22
#include <iomanip>
22
23