Fix AMQP-0.8 :)
This commit is contained in:
parent
24c3677e92
commit
0cfab72fea
|
@ -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]).
|
||||
|
|
Loading…
Reference in New Issue