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:
authorStephen Swaney <sswaney@centurytel.net>2004-07-26 00:12:57 +0400
committerStephen Swaney <sswaney@centurytel.net>2004-07-26 00:12:57 +0400
commit6d581008a8c26b41221f7ebdaba752850f2964e5 (patch)
treec49b231b7f3d9353d35ee2e8099365c5f274eafd /source/blender/python/api2_2x/sceneRadio.c
parent874f5d3d486d2ce863b0c5b7e0b08b6ae1a922f8 (diff)
a shot-in-the-dark attempt to fix the 'missing radio.h' problem.
changed #include <radio.h> to #include "radio.h"
Diffstat (limited to 'source/blender/python/api2_2x/sceneRadio.c')
-rw-r--r--source/blender/python/api2_2x/sceneRadio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/sceneRadio.c b/source/blender/python/api2_2x/sceneRadio.c
index 7b631bb1292..9269002866d 100644
--- a/source/blender/python/api2_2x/sceneRadio.c
+++ b/source/blender/python/api2_2x/sceneRadio.c
@@ -30,7 +30,7 @@
*/
#include "sceneRadio.h" /* includes Python.h */
-#include <radio.h>
+#include "radio.h"
#include <BKE_object.h> /* disable_where_script() */
#include "constant.h"