diff options
Diffstat (limited to 'debian/patches/0002-included-syncmanager-header.patch')
-rw-r--r-- | debian/patches/0002-included-syncmanager-header.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0002-included-syncmanager-header.patch b/debian/patches/0002-included-syncmanager-header.patch new file mode 100644 index 00000000..a80fa171 --- /dev/null +++ b/debian/patches/0002-included-syncmanager-header.patch @@ -0,0 +1,20 @@ +From: Lucas de Castro Borges <lucas@gnuabordo.com.br> +Date: Mon, 22 Apr 2024 19:50:35 -0300 +Subject: included syncmanager header + +--- + hardinfo2/hardinfo.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/hardinfo2/hardinfo.c b/hardinfo2/hardinfo.c +index 218b429..7c3f2b4 100644 +--- a/hardinfo2/hardinfo.c ++++ b/hardinfo2/hardinfo.c +@@ -21,6 +21,7 @@ + #include <shell.h> + + #include <report.h> ++#include <syncmanager.h> + #include <hardinfo.h> + #include <iconcache.h> + #include <stock.h> |