diff options
Diffstat (limited to 'g10/ecdh.c')
-rw-r--r-- | g10/ecdh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/ecdh.c b/g10/ecdh.c index 89e8cf1cb..6c2a56b84 100644 --- a/g10/ecdh.c +++ b/g10/ecdh.c @@ -24,7 +24,7 @@ #include <errno.h> #include "gpg.h" -#include "util.h" +#include "../common/util.h" #include "pkglue.h" #include "main.h" #include "options.h" |