fix GRAPHICS_DISABLED build

This commit is contained in:
Zdenko Podobný 2015-07-23 23:14:53 +02:00
parent 1cf492818f
commit 0ae83ca5c4
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,10 @@
// limitations under the License. // limitations under the License.
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// Include automatically generated configuration file if running autoconf.
#ifdef HAVE_CONFIG_H
#include "config_auto.h"
#endif
#include "imagedata.h" #include "imagedata.h"

View File

@ -25,6 +25,11 @@
/*---------------------------------------------------------------------- /*----------------------------------------------------------------------
I n c l u d e s I n c l u d e s
----------------------------------------------------------------------*/ ----------------------------------------------------------------------*/
// Include automatically generated configuration file if running autoconf.
#ifdef HAVE_CONFIG_H
#include "config_auto.h"
#endif
#include "split.h" #include "split.h"
#include "coutln.h" #include "coutln.h"
#include "tprintf.h" #include "tprintf.h"