~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/sounddrv/soundhpux.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <fcntl.h>
36
36
#endif
37
37
 
 
38
#ifdef HAVE_UNISTD_H
 
39
#include <unistd.h>
 
40
#endif
 
41
 
38
42
#include "sound.h"
39
43
 
40
44
static int hpux_fd = -1;