~ubuntu-branches/ubuntu/quantal/recoll/quantal

« back to all changes in this revision

Viewing changes to utils/transcode.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-06-15 09:20:20 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110615092020-gkauqeqlgiw4pju4
Tags: 1.15.9-1
* New upstream release:
  + Dropped patch 02_recoll_staticfix_626882.diff, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
#else
134
134
 
 
135
#include <stdio.h>
 
136
#include <stdlib.h>
135
137
#include <errno.h>
136
 
 
137
 
#include <string>
138
 
#include <iostream>
139
 
 
140
138
#include <unistd.h>
141
139
#include <fcntl.h>
142
140
 
 
141
#include <string>
 
142
#include <iostream>
 
143
 
 
144
 
143
145
using namespace std;
144
146
 
145
147
#include "readfile.h"