Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-05-21 18:11:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-05-21 18:11:12 +0400
commit1388beebdbb93939434982d0059873aa055f455c (patch)
tree5d220edeecb201e953b6c3bd3e46b113606ae160 /intern
parent06a7155b681cdb02c6b75b9934f9235efcc6c297 (diff)
build without SDL in GCC 4.4
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/sdl/SND_SDLCDDevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp b/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp
index b1bac964c61..5054c39e8a1 100644
--- a/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp
+++ b/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp
@@ -43,6 +43,8 @@
#ifndef DISABLE_SDL
#include <SDL.h>
+#else
+#include <stdio.h>
#endif
SND_SDLCDDevice::SND_SDLCDDevice() :