diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-26 13:39:21 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-26 14:24:00 +0200 |
commit | b043619eb0d12ff998cc6485801241827f1c20d7 (patch) | |
tree | 9bdc73cf85a41425a5c71b477d62f94b10cc0983 /build-aux/qmi-codegen/utils.py | |
parent | b8c067d07aed3b82d95d88e2f3b17078ca878837 (diff) |
build: autogenerate 64bit flags helpers
Diffstat (limited to 'build-aux/qmi-codegen/utils.py')
-rw-r--r-- | build-aux/qmi-codegen/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/qmi-codegen/utils.py b/build-aux/qmi-codegen/utils.py index ebea84b..bff3713 100644 --- a/build-aux/qmi-codegen/utils.py +++ b/build-aux/qmi-codegen/utils.py @@ -71,6 +71,7 @@ def add_header_start(f, output_name): "#include <gio/gio.h>\n" "\n" "#include \"qmi-enum-types.h\"\n" + "#include \"qmi-flags64-types.h\"\n" "#include \"qmi-message.h\"\n" "#include \"qmi-client.h\"\n" "\n" |