From 04a54485e0c6fa1b3972d59a6beb5874d75fe9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 9 Oct 2016 16:43:38 +0200 Subject: Fix FTBFS on dcopperl due to missing include This resolves bug 2711 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot (cherry picked from commit 021189625a45bf4bb18de01a762af39c28e6b780) --- dcopperl/DCOP.xs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dcopperl/DCOP.xs b/dcopperl/DCOP.xs index e5384478..3c2f2ed7 100644 --- a/dcopperl/DCOP.xs +++ b/dcopperl/DCOP.xs @@ -26,6 +26,8 @@ #undef vform #endif +#include + #include #include #include -- cgit v1.2.1