diff options
Diffstat (limited to 'g10/gpgsql.c')
-rw-r--r-- | g10/gpgsql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/gpgsql.c b/g10/gpgsql.c index 661bd3543..5b7556912 100644 --- a/g10/gpgsql.c +++ b/g10/gpgsql.c @@ -23,8 +23,8 @@ #include <string.h> #include "gpg.h" -#include "util.h" -#include "logging.h" +#include "../common/util.h" +#include "../common/logging.h" #include "gpgsql.h" |