[Liboss-commit] CVS: liboss/lib esddsp.c,1.2,1.3
Brought to you by:
thesin
|
From: Justin <th...@us...> - 2002-10-22 19:27:25
|
Update of /cvsroot/liboss/liboss/lib In directory usw-pr-cvs1:/tmp/cvs-serv5397/lib Modified Files: esddsp.c Log Message: There will never be any other soundcard.h Index: esddsp.c =================================================================== RCS file: /cvsroot/liboss/liboss/lib/esddsp.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- esddsp.c 18 Oct 2002 22:46:49 -0000 1.2 +++ esddsp.c 22 Oct 2002 19:27:22 -0000 1.3 @@ -44,15 +44,7 @@ #include <sys/stat.h> #include <stdio.h> -#ifdef HAVE_MACHINE_SOUNDCARD_H -# include <machine/soundcard.h> -#else -# ifdef HAVE_SOUNDCARD_H -# include <soundcard.h> -# else -# include <sys/soundcard.h> -# endif -#endif +#include "soundcard.h" #include <esd.h> |