Fix AMQP-0.8 :)

This commit is contained in:
Michal Kuratczyk 2025-07-15 13:22:14 +02:00
parent 24c3677e92
commit 0cfab72fea
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ def genErl(spec):
module = "rabbit_framing_amqp_0_8"
print("-module(%s)." % module)
print("""-include("rabbit_framing.hrl").
-include_lib("kernel/include/logger.hrl").
-export([version/0]).
-export([lookup_method_name/1]).