# HG changeset patch # User Gerd Moellmann # Date 994342073 0 # Node ID 17465a81d1ddfe7fcdf90bff2315e97ed47f76b8 # Parent 5bcd50b6b8260f08dbd84019b4d3e11f30e34264 Include Emacs' header files with #include "...". diff -r 5bcd50b6b826 -r 17465a81d1dd src/sound.c --- a/src/sound.c Thu Jul 05 13:51:17 2001 +0000 +++ b/src/sound.c Thu Jul 05 14:07:53 2001 +0000 @@ -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 @@ #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. */