From 62fd043d4bc0a7d73b38c027dedce9c2c5c0502a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 22 Aug 2012 22:05:30 +0200 Subject: [PATCH] Fix tsak FTBFS Thanks to Francois Andriot for the patch This resolves Bug 1181 (cherry picked from commit 1b0225276c9353d651887f32c82d9ad7394372b3) --- tsak/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsak/main.cpp b/tsak/main.cpp index 9ac1b818b..3b876ebda 100644 --- a/tsak/main.cpp +++ b/tsak/main.cpp @@ -36,7 +36,9 @@ License along with tsak. If not, see http://www.gnu.org/licenses/. #include #include #include +extern "C" { #include +} #include using namespace std;