diff options
author | Justus Winter <[email protected]> | 2016-08-03 14:58:32 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-08-03 14:58:32 +0000 |
commit | e3358b246d9380008a4ba7c8f2fe03659901adaf (patch) | |
tree | 5516400be10ebaa9b50f32dbafb5ffd0170cafae /kbx/keybox-update.c | |
parent | More cleanup of "allow to". (diff) | |
download | gnupg-e3358b246d9380008a4ba7c8f2fe03659901adaf.tar.gz gnupg-e3358b246d9380008a4ba7c8f2fe03659901adaf.zip |
kbx: Add missing header file.
* kbx/keybox-update.c: Add missing header file.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'kbx/keybox-update.c')
-rw-r--r-- | kbx/keybox-update.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kbx/keybox-update.c b/kbx/keybox-update.c index ec28b4c4a..e5d4dc8da 100644 --- a/kbx/keybox-update.c +++ b/kbx/keybox-update.c @@ -29,6 +29,7 @@ #include "keybox-defs.h" #include "../common/sysutils.h" #include "../common/host2net.h" +#include "../common/utilproto.h" #define EXTSEP_S "." |