]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Added a missing include for hurd-i386
authorGiuseppe Iuculano <iuculano@debian.org>
Sun, 19 Jun 2011 15:23:50 +0000 (17:23 +0200)
committerGiuseppe Iuculano <iuculano@debian.org>
Sun, 19 Jun 2011 15:23:50 +0000 (17:23 +0200)
Closes: #619208
Thanks: Pino Toscano

debian/patches/fix-generic.diff [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/fix-generic.diff b/debian/patches/fix-generic.diff
new file mode 100644 (file)
index 0000000..71aaa60
--- /dev/null
@@ -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"
index d4ef71d598c34079a6ab97540b9cee0544869d62..ed2f1ff660a9ceb6674824a97001d2c02f0d63f7 100644 (file)
@@ -4,3 +4,4 @@
 61_cciss-doc.patch
 63_removable.patch
 manpage.diff
+fix-generic.diff