From 9ca71a388a3849345b28a95c5dffa16bb9da4065 Mon Sep 17 00:00:00 2001 From: Ari Pollak Date: Sat, 13 Aug 2005 01:01:13 -0400 Subject: [PATCH] Imported Debian patch 1.01b-12.2 --- debian/changelog | 8 ++++++++ mmv.c | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index dce778f..fe17bd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mmv (1.01b-12.2) unstable; urgency=low + + * NMU + * Fix segfault at startup on amd64 (and possibly other architectures) + due to implicit declaration of functions from stdlib.h. (Closes: #322541) + + -- Ari Pollak Sat, 13 Aug 2005 01:01:13 -0400 + mmv (1.01b-12.1) unstable; urgency=low * Non-Maintainer Upload (BSP 2005-08-06). diff --git a/mmv.c b/mmv.c index abce4a4..f95772e 100644 --- a/mmv.c +++ b/mmv.c @@ -124,6 +124,7 @@ extern unsigned _stklen = 10000; #else /* for various flavors of UN*X */ +#include #include #include #include -- 2.39.2