~ubuntu-branches/ubuntu/precise/ivtools/precise

« back to all changes in this revision

Viewing changes to src/Unidraw/catalog.c

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-05-23 12:42:28 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080523124228-5j6pysoiflt9sbf9
Tags: 1.1.3-5.4ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/template: retain use of /etc/X11.
  - debian/control: update Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#include <unistd.h>
70
70
#endif
71
71
#include <sys/file.h>
 
72
#include <iostream>
72
73
#include <fstream.h>
73
74
 
 
75
using std::cerr;
 
76
 
74
77
#ifdef __DECCXX
75
78
extern "C" {
76
79
    extern int access(char*, int);