- Fix headers to include less or smaller header files.
- Fix header and source files to include missing header files to avoid
  warnings and errors.

diff --git a/include/dsound.h b/include/dsound.h
index 418de11..3d874cf 100644
--- a/include/dsound.h
+++ b/include/dsound.h
@@ -1,7 +1,7 @@
 #ifndef __WINE_DSOUND_H
 #define __WINE_DSOUND_H
 
-#include "wintypes.h"
+#include "winbase.h"     /* for CRITICAL_SECTION */
 #include "mmsystem.h"
 #include "d3d.h"			/*FIXME: Need to break out d3dtypes.h */