~ubuntu-branches/ubuntu/feisty/gnupg2/feisty

« back to all changes in this revision

Viewing changes to tools/symcryptrun.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-24 18:48:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061124184823-17ir9m46tl09n9k4
Tags: 2.0.0-4ubuntu1
* Synchronize to Debian, reapply remaining Ubuntu changes to pristine Debian
  version:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#include <string.h>
70
70
#include <errno.h>
71
71
#include <assert.h>
 
72
#include <signal.h>
72
73
#include <sys/stat.h>
73
74
#include <sys/types.h>
74
75
#include <sys/wait.h>
 
76
#ifdef HAVE_PTY_H
75
77
#include <pty.h>
 
78
#endif
76
79
#include <utmp.h>
77
80
#include <ctype.h>
78
81
#ifdef HAVE_LOCALE_H