summaryrefslogtreecommitdiffstats
path: root/PC/winsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/winsound.c')
-rw-r--r--PC/winsound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/winsound.c b/PC/winsound.c
index bc30ccc..c593d77 100644
--- a/PC/winsound.c
+++ b/PC/winsound.c
@@ -37,7 +37,9 @@
#include <windows.h>
#include <mmsystem.h>
+#ifdef HAVE_CONIO_H
#include <conio.h> /* port functions on Win9x */
+#endif
#include <Python.h>
PyDoc_STRVAR(sound_playsound_doc,