updated .c files to include:
#ifdef HAVE_CONFIG_H #include <config.h> #endif Just need to finish cpp files now :) Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -34,17 +34,18 @@
|
||||
|
||||
#include "BKE_nla.h"
|
||||
#include "BKE_blender.h"
|
||||
|
||||
#include "BLI_blenlib.h"
|
||||
|
||||
#include "DNA_space_types.h"
|
||||
#include "DNA_nla_types.h"
|
||||
#include "DNA_action_types.h"
|
||||
#include "DNA_ID.h"
|
||||
#include "DNA_ipo_types.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
void copy_actionstrip (bActionStrip **dst, bActionStrip **src){
|
||||
bActionStrip *dstrip;
|
||||
bActionStrip *sstrip = *src;
|
||||
|
Reference in New Issue
Block a user