~ubuntu-branches/ubuntu/oneiric/morse/oneiric

« back to all changes in this revision

Viewing changes to morse.d/morse.c

  • Committer: Bazaar Package Importer
  • Author(s): Nanakos Chrysostomos
  • Date: 2011-06-17 13:57:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110617135700-b0zzrwr018nhyee6
Tags: 2.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#include <stdlib.h>
56
56
#include <unistd.h>
57
57
#include <string.h>
 
58
#include <sys/types.h>
58
59
#include <time.h>
59
 
#include <sys/types.h>
60
 
#include <sys/time.h>
61
60
#include <ctype.h>
62
61
#include <signal.h>
63
62
#include "beep.h"