From: Gerd Moellmann Date: Thu, 5 Jul 2001 14:07:53 +0000 (+0000) Subject: Include Emacs' header files with #include "...". X-Git-Tag: emacs-pretest-21.0.104~66 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/53fab6e2205f34ce1983fd18f2e67729365956b1 Include Emacs' header files with #include "...". --- diff --git a/src/sound.c b/src/sound.c index 67d12bf36a..62d6cfb170 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1,5 +1,5 @@ /* sound.c -- sound support. - Copyright (C) 1998, 1999 Free Software Foundation. + Copyright (C) 1998, 1999, 2001 Free Software Foundation. This file is part of GNU Emacs. @@ -25,13 +25,13 @@ Boston, MA 02111-1307, USA. */ #if defined HAVE_SOUND -#include #include #include #include -#include #include -#include +#include "lisp.h" +#include "dispextern.h" +#include "atimer.h" /* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention sys/soundcard.h. So, let's try whatever's there. */