diff -Nru xbase64-3.1.2/debian/changelog xbase64-3.1.2/debian/changelog --- xbase64-3.1.2/debian/changelog 2016-10-03 11:41:56.000000000 +0000 +++ xbase64-3.1.2/debian/changelog 2016-10-16 23:11:33.000000000 +0000 @@ -1,3 +1,9 @@ +xbase64 (3.1.2-8+rpi1) stretch-staging; urgency=medium + + * Add #include to bin/dbfutil1.cpp to fix missing function. + + -- Peter Michael Green Sun, 16 Oct 2016 23:11:33 +0000 + xbase64 (3.1.2-8) unstable; urgency=medium * Add symbols file for powerpcspe to fix FTBFS. diff -Nru xbase64-3.1.2/debian/patches/990-include-stdio.patch xbase64-3.1.2/debian/patches/990-include-stdio.patch --- xbase64-3.1.2/debian/patches/990-include-stdio.patch 1970-01-01 00:00:00.000000000 +0000 +++ xbase64-3.1.2/debian/patches/990-include-stdio.patch 2016-10-16 23:11:33.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Add #include to bin/dbfutil1.cpp to fix missing function. +Author: Peter Michael Green + +--- xbase64-3.1.2.orig/bin/dbfutil1.cpp ++++ xbase64-3.1.2/bin/dbfutil1.cpp +@@ -36,7 +36,7 @@ + USA + + */ +- ++#include + #include + + // next lines are helpful for debugging purposes diff -Nru xbase64-3.1.2/debian/patches/series xbase64-3.1.2/debian/patches/series --- xbase64-3.1.2/debian/patches/series 2016-09-19 22:03:28.000000000 +0000 +++ xbase64-3.1.2/debian/patches/series 2016-10-16 23:11:33.000000000 +0000 @@ -8,3 +8,4 @@ 0110-c++-includes.diff 0115-gcc-fixes.diff 0120-fix-types-include.diff +990-include-stdio.patch