diff options
Diffstat (limited to 'g13/call-syshelp.c')
-rw-r--r-- | g13/call-syshelp.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g13/call-syshelp.c b/g13/call-syshelp.c index 545bc1ab5..0e227ab16 100644 --- a/g13/call-syshelp.c +++ b/g13/call-syshelp.c @@ -29,7 +29,11 @@ #include "g13.h" #include <assuan.h> #include "i18n.h" -#include "utils.h" +#include "g13tuple.h" +#include "keyblob.h" +#include "membuf.h" +#include "create.h" + /* Local data for this module. A pointer to this is stored in the CTRL object of each connection. */ |