diff options
Diffstat (limited to 'common/canvas_utils.c')
-rw-r--r-- | common/canvas_utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/canvas_utils.c b/common/canvas_utils.c index 020b23c..1b81d54 100644 --- a/common/canvas_utils.c +++ b/common/canvas_utils.c @@ -15,6 +15,9 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "canvas_utils.h" |