[Liboss-commit] CVS: liboss/src osscat.c,1.5,1.6
Brought to you by:
thesin
|
From: Justin <th...@us...> - 2002-10-22 19:27:25
|
Update of /cvsroot/liboss/liboss/src In directory usw-pr-cvs1:/tmp/cvs-serv5397/src Modified Files: osscat.c Log Message: There will never be any other soundcard.h Index: osscat.c =================================================================== RCS file: /cvsroot/liboss/liboss/src/osscat.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- osscat.c 19 Oct 2002 08:11:14 -0000 1.5 +++ osscat.c 22 Oct 2002 19:27:22 -0000 1.6 @@ -1,3 +1,5 @@ +#include "../config.h" + #include "soundcard.h" #include <machine/endian.h> #include <machine/byte_order.h> |