a shot-in-the-dark attempt to fix the 'missing radio.h' problem.

changed #include <radio.h> to #include "radio.h"
This commit is contained in:
Stephen Swaney 2004-07-25 20:12:57 +00:00
parent 874f5d3d48
commit 6d581008a8

@ -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"