Package: aa3d Version: 1.0-8.2 Followup-For: Bug #1066274 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu noble ubuntu-patch Control: tags -1 patch
Please find attached a fix for this bug. This fix has been uploaded to Ubuntu. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru aa3d-1.0/debian/patches/no-implicit-declarations.patch aa3d-1.0/debian/patches/no-implicit-declarations.patch --- aa3d-1.0/debian/patches/no-implicit-declarations.patch 1969-12-31 16:00:00.000000000 -0800 +++ aa3d-1.0/debian/patches/no-implicit-declarations.patch 2024-04-09 13:42:30.000000000 -0700 @@ -0,0 +1,18 @@ +Description: add missing string.h include +Author: Steve Langasek <steve.langa...@canonical.com> +Bug-Debian: https://bugs.debian.org/1066274 +Last-Update: 2024-04-09 +Forwarded: no + +Index: aa3d-1.0/aa3d.c +=================================================================== +--- aa3d-1.0.orig/aa3d.c ++++ aa3d-1.0/aa3d.c +@@ -22,6 +22,7 @@ + */ + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + static char data[65536 / 2]; + int main(int argc, char **argv) + { diff -Nru aa3d-1.0/debian/patches/series aa3d-1.0/debian/patches/series --- aa3d-1.0/debian/patches/series 1969-12-31 16:00:00.000000000 -0800 +++ aa3d-1.0/debian/patches/series 2024-04-09 13:41:03.000000000 -0700 @@ -0,0 +1 @@ +no-implicit-declarations.patch