Skip to content

Commit 3a0da4e

Browse files
committed
fix DISABLE_GRAPHICS build (google code issue 1490)
1 parent 392ad88 commit 3a0da4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ccstruct/seam.h

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
#ifndef SEAM_H
2626
#define SEAM_H
2727

28+
// Include automatically generated configuration file if running autoconf.
29+
#ifdef HAVE_CONFIG_H
30+
#include "config_auto.h"
31+
#endif
32+
2833
/*----------------------------------------------------------------------
2934
I n c l u d e s
3035
----------------------------------------------------------------------*/

0 commit comments

Comments
 (0)