From 53fab6e2205f34ce1983fd18f2e67729365956b1 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 5 Jul 2001 14:07:53 +0000 Subject: [PATCH] Include Emacs' header files with #include "...". --- src/sound.c | 8 ++++---- 1 file 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 @@ /* 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. */ -- 2.39.2