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:
@@ -33,17 +33,17 @@
|
||||
|
||||
// TODO
|
||||
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
#include "BPY_csg.h"
|
||||
|
||||
#include "BKE_booleanops_mesh.h"
|
||||
#include "BKE_booleanops.h"
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "b_interface.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#define CSG_DEBUG(str) \
|
||||
{ printf str; }
|
||||
|
Reference in New Issue
Block a user