ref: cf6e976f371dfe19af0bd3917745698d778586dc
parent: ad9f8107f4d9d4ea636eb238205f31270cc1514a
author: Simon Howard <fraggle@gmail.com>
date: Sun Jun 7 12:39:08 EDT 2009
Add missing SDL_thread include. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1569
--- a/pcsound/pcsound_win32.c
+++ b/pcsound/pcsound_win32.c
@@ -26,6 +26,7 @@
#ifdef _WIN32
#include "SDL.h"
+#include "SDL_thread.h"
#include <windows.h>
#include "pcsound.h"