Last of the config.h mods...
#ifdef HAVE_CONFIG_H #include <config.h> #endif added to these files. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -34,9 +34,12 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "GPC_RawImage.h"
|
||||
|
||||
#include "GPC_RawLogoArrays.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
GPC_RawImage::GPC_RawImage()
|
||||
: m_data(0), m_dataSize(0), m_width(0), m_height(0)
|
||||
|
Reference in New Issue
Block a user