Skip to content
Snippets Groups Projects
Commit 6d581008 authored by Stephen Swaney's avatar Stephen Swaney
Browse files

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

changed #include <radio.h> to #include "radio.h"
parent 874f5d3d
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment