]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - debian/patches/fix-generic.diff
Merge tag 'upstream/6.1+svn3812'
[mirror_smartmontools-debian.git] / debian / patches / fix-generic.diff
1 missing #include in os_generic.cpp #619208
2 --- a/os_generic.cpp
3 +++ b/os_generic.cpp
4 @@ -71,6 +71,7 @@
5
6 // These are needed to define prototypes and structures for the
7 // functions defined below
8 +#include "int64.h"
9 #include "atacmds.h"
10 #include "utility.h"
11