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
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-12-19 15:48:30 +0300
committerTon Roosendaal <ton@blender.org>2008-12-19 15:48:30 +0300
commit63195b01794e42243b1bcac01de43eccaa89fade (patch)
tree0f08883942e937350b580700b79eeea452f9b699 /source/blender/editors/space_sound
parentd92b45d558b861ef3c314f1d9c926113aa36326c (diff)
2.5
Compile fix; MAXFLOAT is not defined uniformly on platforms. Note for the coders: ED_types.h: has editor wide defines and structs ED_util.h: has editor wide functions Both includes also are containing old cruft to get things to compile (and work), for later cleanup.
Diffstat (limited to 'source/blender/editors/space_sound')
-rw-r--r--source/blender/editors/space_sound/sound_header.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sound/sound_header.c b/source/blender/editors/space_sound/sound_header.c
index 1702b3e06a0..264735b2215 100644
--- a/source/blender/editors/space_sound/sound_header.c
+++ b/source/blender/editors/space_sound/sound_header.c
@@ -42,6 +42,7 @@
#include "BKE_screen.h"
#include "ED_screen.h"
+#include "ED_types.h"
#include "ED_util.h"
#include "WM_api.h"