~ubuntu-branches/ubuntu/raring/rtorrent/raring

« back to all changes in this revision

Viewing changes to src/rpc/parse.cc

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-10-09 13:19:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091009131942-32yn6lj6vt1tohdz
Tags: 0.8.2-0ubuntu2
Fix compilation with GCC 4.4 by adding missing "#include <cstdio>"

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#include <cstring>
40
40
#include <locale>
 
41
#include <cstdio>
41
42
#include <rak/path.h>
42
43
#include <torrent/exceptions.h>
43
44