From: Giuseppe Iuculano Date: Sun, 19 Jun 2011 15:23:50 +0000 (+0200) Subject: Added a missing include for hurd-i386 X-Git-Tag: debian/6.5+svn4324-1~90 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fae0ec92a1d3e253cd21d5bedbba0c60a1d305dd;p=mirror_smartmontools-debian.git Added a missing include for hurd-i386 Closes: #619208 Thanks: Pino Toscano --- diff --git a/debian/patches/fix-generic.diff b/debian/patches/fix-generic.diff new file mode 100644 index 0000000..71aaa60 --- /dev/null +++ b/debian/patches/fix-generic.diff @@ -0,0 +1,11 @@ +missing #include in os_generic.cpp #619208 +--- a/os_generic.cpp ++++ b/os_generic.cpp +@@ -71,6 +71,7 @@ + + // These are needed to define prototypes and structures for the + // functions defined below ++#include "int64.h" + #include "atacmds.h" + #include "utility.h" + diff --git a/debian/patches/series b/debian/patches/series index d4ef71d..ed2f1ff 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ 61_cciss-doc.patch 63_removable.patch manpage.diff +fix-generic.diff