diff options
Diffstat (limited to 'tools/gpgsplit.c')
-rw-r--r-- | tools/gpgsplit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c index 3b4bb15a9..ce2777d3a 100644 --- a/tools/gpgsplit.c +++ b/tools/gpgsplit.c @@ -40,8 +40,8 @@ #endif #define INCLUDED_BY_MAIN_MODULE 1 -#include "util.h" -#include "openpgpdefs.h" +#include "../common/util.h" +#include "../common/openpgpdefs.h" static int opt_verbose; static const char *opt_prefix = ""; |