summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index eba6ee3c97..9c358f3416 100755
--- a/configure
+++ b/configure
@@ -2703,6 +2703,7 @@ echores "$_direct3d"
echocheck "Directx"
if test "$_directx" = auto ; then
cat > $TMPC << EOF
+#include <windows.h>
#include <ddraw.h>
#include <dsound.h>
int main(void) { return 0; }