Fix build error
Modified: branches/xmlbuildsystem/reactos/drivers/dd/sound/dsp.c
Modified: branches/xmlbuildsystem/reactos/drivers/dd/sound/mixer.c
_____
Modified: branches/xmlbuildsystem/reactos/drivers/dd/sound/dsp.c
--- branches/xmlbuildsystem/reactos/drivers/dd/sound/dsp.c
2005-04-20 13:12:23 UTC (rev 14713)
+++ branches/xmlbuildsystem/reactos/drivers/dd/sound/dsp.c
2005-04-20 15:19:09 UTC (rev 14714)
@@ -11,8 +11,8 @@
* Minor build fix
*/
+#include "sb16.h"
#include "dsp.h"
-#include "sb16.h"
/************************************
* unsigned char read_dsp(void)
_____
Modified: branches/xmlbuildsystem/reactos/drivers/dd/sound/mixer.c
--- branches/xmlbuildsystem/reactos/drivers/dd/sound/mixer.c
2005-04-20 13:12:23 UTC (rev 14713)
+++ branches/xmlbuildsystem/reactos/drivers/dd/sound/mixer.c
2005-04-20 15:19:09 UTC (rev 14714)
@@ -11,8 +11,8 @@
* Minor build fixes
*/
+#include "sb16.h"
#include "dsp.h"
-#include "sb16.h"
#include "mixer.h"
unsigned char read_mixer(unsigned short base,unsigned char reg)
Show replies by date