diff options
Diffstat (limited to '')
-rw-r--r-- | g13/backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/backend.h b/g13/backend.h index be81a04d5..0f391d0ab 100644 --- a/g13/backend.h +++ b/g13/backend.h @@ -21,7 +21,7 @@ #define G13_BACKEND_H #include "../common/membuf.h" -#include "utils.h" /* For tupledesc_t */ +#include "g13tuple.h" int be_parse_conttype_name (const char *name); int be_is_supported_conttype (int conttype); |