diff options
Diffstat (limited to 'common/iobuf.h')
-rw-r--r-- | common/iobuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/iobuf.h b/common/iobuf.h index 048524ec1..d3f55206e 100644 --- a/common/iobuf.h +++ b/common/iobuf.h @@ -31,7 +31,7 @@ #ifndef GNUPG_COMMON_IOBUF_H #define GNUPG_COMMON_IOBUF_H -#include "../include/types.h" /* fixme: should be moved elsewhere. */ +#include "../common/types.h" #include "../common/sysutils.h" #include "../common/estream.h" |