diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h index 9780d939e..3457f5398 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -22,14 +22,14 @@ #ifndef G10_PACKET_H #define G10_PACKET_H -#include "types.h" +#include "../common/types.h" #include "../common/iobuf.h" #include "../common/strlist.h" #include "dek.h" #include "filter.h" #include "../common/openpgpdefs.h" #include "../common/userids.h" -#include "util.h" +#include "../common/util.h" #define DEBUG_PARSE_PACKET 1 |