]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/directx.c
* configure.ac.in: vlc can now be built under cygwin with or without the
[vlc] / modules / audio_output / directx.c
index 1aa04aca2123eb03a338da2740da094f4b1c9fbd..9257fe2d1c4bd3052f5a7a4c5fa9832980d50e43 100644 (file)
@@ -2,7 +2,7 @@
  * aout.c: Windows DirectX audio output method
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: directx.c,v 1.1 2002/10/05 17:29:50 gbazin Exp $
+ * $Id: directx.c,v 1.2 2002/10/06 19:28:28 gbazin Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -34,6 +34,7 @@
 #include <vlc/aout.h>
 #include "aout_internal.h"
 
+#include <windows.h>
 #include <mmsystem.h>
 #include <dsound.h>