winejack.drv: Fix build.

This commit is contained in:
Vincent Povirk 2011-03-29 12:43:06 -05:00 committed by Alexandre Julliard
parent 9ea9a053b9
commit 0adc1b60d8
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <stdarg.h>
@ -47,6 +48,7 @@
#include "winbase.h"
#include "winnls.h"
#include "wingdi.h"
#include "winuser.h"
#include "winerror.h"
#include "mmddk.h"
#include "dsound.h"