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>
|