diff options
| author | Gerd Moellmann | 2001-07-05 14:07:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-05 14:07:53 +0000 |
| commit | 53fab6e2205f34ce1983fd18f2e67729365956b1 (patch) | |
| tree | 9d32a76aaa8448b6dc5696b4b0260a69e57af7be /src | |
| parent | bf2fcd6794f5c8e137ef625b6075a2e572d6ad51 (diff) | |
| download | emacs-53fab6e2205f34ce1983fd18f2e67729365956b1.tar.gz emacs-53fab6e2205f34ce1983fd18f2e67729365956b1.zip | |
Include Emacs' header files with #include "...".
Diffstat (limited to 'src')
| -rw-r--r-- | src/sound.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound.c b/src/sound.c index 67d12bf36a9..62d6cfb170b 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* sound.c -- sound support. | 1 | /* sound.c -- sound support. |
| 2 | Copyright (C) 1998, 1999 Free Software Foundation. | 2 | Copyright (C) 1998, 1999, 2001 Free Software Foundation. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -25,13 +25,13 @@ Boston, MA 02111-1307, USA. */ | |||
| 25 | 25 | ||
| 26 | #if defined HAVE_SOUND | 26 | #if defined HAVE_SOUND |
| 27 | 27 | ||
| 28 | #include <lisp.h> | ||
| 29 | #include <fcntl.h> | 28 | #include <fcntl.h> |
| 30 | #include <unistd.h> | 29 | #include <unistd.h> |
| 31 | #include <sys/types.h> | 30 | #include <sys/types.h> |
| 32 | #include <dispextern.h> | ||
| 33 | #include <errno.h> | 31 | #include <errno.h> |
| 34 | #include <atimer.h> | 32 | #include "lisp.h" |
| 33 | #include "dispextern.h" | ||
| 34 | #include "atimer.h" | ||
| 35 | 35 | ||
| 36 | /* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention | 36 | /* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention |
| 37 | sys/soundcard.h. So, let's try whatever's there. */ | 37 | sys/soundcard.h. So, let's try whatever's there. */ |