From 780404699e1b3eb915d06973f6e5f32ed33aa383 Mon Sep 17 00:00:00 2001 From: Christopher Montgomery Date: Mon, 29 Jun 2009 02:52:48 -0400 Subject: [PATCH] plug-ins: Add missing #include that is breaking build --- plug-ins/common/file-xmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c index 04b48657e7..811fb18872 100644 --- a/plug-ins/common/file-xmc.c +++ b/plug-ins/common/file-xmc.c @@ -58,6 +58,7 @@ #include #include +#include #include #include "libgimp/stdplugins-intl.h"