summaryrefslogtreecommitdiff
path: root/app-crypt/gpa/files/gpa-0.11.0-c99.patch
blob: bc34bc95bbbec34c4d1e50e694583d939864d68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cm-piv.c: In function ‘reload_data’:
cm-piv.c:510:7: error: implicit declaration of function ‘gpa_keytable_ensure’ [-Wimplicit-function-declaration]
  510 |       gpa_keytable_ensure (gpa_keytable_get_secret_instance());
      |       ^~~~~~~~~~~~~~~~~~~
cm-piv.c:510:28: error: implicit declaration of function ‘gpa_keytable_get_secret_instance’ [-Wimplicit-function-declaration]
  510 |       gpa_keytable_ensure (gpa_keytable_get_secret_instance());
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- a/src/cm-piv.c
+++ b/src/cm-piv.c
@@ -41,6 +41,7 @@
 #include "gtktools.h"
 #include "convert.h"
 #include "gpa-key-details.h"
+#include "keytable.h"
 
 #include "cm-object.h"
 #include "cm-piv.h"