Did all of the .h's in source
(adding) #ifdef HAVE_CONFIG_H #include <config.h> #endif also the Makefile.in's were from previous patch adding the system depend stuff to configure.ac Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -33,11 +33,14 @@
|
||||
#ifndef __GPU_ENGINE_H
|
||||
#define __GPU_ENGINE_H
|
||||
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
#include <X11/StringDefs.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define Object DNA_Object // tricky stuff !!! but without it it doesn't compile...
|
||||
|
||||
#include "GPC_Engine.h"
|
||||
|
Reference in New Issue
Block a user