tags 417457 + patch thanks Hi,
Attached is the diff for my odyssey 0.4-2.2 NMU.
diff -u odyssey-0.4/debian/changelog odyssey-0.4/debian/changelog --- odyssey-0.4/debian/changelog +++ odyssey-0.4/debian/changelog @@ -1,3 +1,10 @@ +odyssey (0.4-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417457). + + -- Luk Claes <[EMAIL PROTECTED]> Thu, 13 Mar 2008 23:05:29 +0000 + odyssey (0.4-2.1) unstable; urgency=low * Non maintainer upload for the Zürich BSP. only in patch2: unchanged: --- odyssey-0.4.orig/src/device/PicDevice.cxx +++ odyssey-0.4/src/device/PicDevice.cxx @@ -20,6 +20,7 @@ #include <stdio.h> #include <stdexcept> +#include <cstring> #include "config.h" #include "PicDevice.h" #include "IO.h"