diff -Nru latencytop-0.5.0/debian/changelog latencytop-0.5.0/debian/changelog --- latencytop-0.5.0/debian/changelog 2024-04-01 06:46:18.000000000 +0000 +++ latencytop-0.5.0/debian/changelog 2024-04-10 23:02:16.000000000 +0000 @@ -1,3 +1,10 @@ +latencytop (0.5.0-0.1ubuntu1) noble; urgency=medium + + * debian/patches/no-implicit-declarations.patch: add missing include. + Closes: #1066512. + + -- Steve Langasek Wed, 10 Apr 2024 23:02:16 +0000 + latencytop (0.5.0-0.1build2) noble; urgency=medium * No-change rebuild for CVE-2024-3094 diff -Nru latencytop-0.5.0/debian/patches/no-implicit-declarations.patch latencytop-0.5.0/debian/patches/no-implicit-declarations.patch --- latencytop-0.5.0/debian/patches/no-implicit-declarations.patch 1970-01-01 00:00:00.000000000 +0000 +++ latencytop-0.5.0/debian/patches/no-implicit-declarations.patch 2024-04-10 23:02:15.000000000 +0000 @@ -0,0 +1,18 @@ +Description: add missing include +Author: Steve Langasek +Bug-Debian: https://bugs.debian.org/1066512 +Last-Update: 2024-04-10 +Forwarded: no + +Index: latencytop-0.5.0/fsync.c +=================================================================== +--- latencytop-0.5.0.orig/fsync.c ++++ latencytop-0.5.0/fsync.c +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + #include + diff -Nru latencytop-0.5.0/debian/patches/series latencytop-0.5.0/debian/patches/series --- latencytop-0.5.0/debian/patches/series 2021-08-24 17:26:05.000000000 +0000 +++ latencytop-0.5.0/debian/patches/series 2024-04-10 23:01:05.000000000 +0000 @@ -1,3 +1,4 @@ 0001-Convert-to-autoconf.patch 0002-Fix-FTBFS-in-fsync.c.patch 0003-typo-fix.patch +no-implicit-declarations.patch