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:
@@ -43,6 +43,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include "BLI_winstuff.h"
|
||||
#endif
|
||||
|
@@ -40,7 +40,6 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "BLI_blenlib.h"
|
||||
@@ -57,6 +56,10 @@
|
||||
#include "render.h" /* for `RE_zbufferall_radio and RE_zbufferall_radio */
|
||||
#include "blendertimer.h" /* timer functions */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* locals */
|
||||
void rad_setmatrices(RadView *vw);
|
||||
void clearsubflagelem(RNode *rn);
|
||||
|
@@ -96,6 +96,10 @@
|
||||
#include "radio.h"
|
||||
#include "mydevice.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* locals? This one was already done in radio.h... */
|
||||
/* void rad_status_str(char *str); */
|
||||
|
||||
|
@@ -53,6 +53,10 @@
|
||||
|
||||
#include "radio.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* locals */
|
||||
void *malloc_fast(int size);
|
||||
void *calloc_fast(int size);
|
||||
|
@@ -43,6 +43,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include "BLI_winstuff.h"
|
||||
#endif
|
||||
|
@@ -64,10 +64,12 @@
|
||||
|
||||
#include "radio.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
void setparelem(RNode *rn, RPatch *par);
|
||||
|
||||
|
||||
|
||||
void splitconnected()
|
||||
{
|
||||
/* voor zover de videoscapefile nog gedeelde vertices leverde, worden de vlakken getest
|
||||
|
Reference in New Issue
Block a user