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:
@@ -30,9 +30,12 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../PIL_dynlib.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* XXX, should use mallocN so we can see
|
||||
* handle's not being released. fixme zr
|
||||
|
Reference in New Issue
Block a user