Updated calls to #include "blenkey.h" to be #include "key.h" I'm guessing
it wasn't detected before because everyone had a blenkey.h in their dirs also. also I added an #include "key.h" to key_internal.h so that I didn't get problems with undefined type byte... mein@cs.umn.edu
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "key_pyc.h" /* the Python byte code */
|
||||
#include "blenkey.h" /* the external interface */
|
||||
#include "key.h" /* the external interface */
|
||||
#include "key_internal.h"
|
||||
|
||||
#define TESTReadKeyFile 1
|
||||
|
Reference in New Issue
Block a user