Skip to content

Commit

Permalink
Add missing include file
Browse files Browse the repository at this point in the history
To fix build after Tarantool update.
  • Loading branch information
olegrok authored and filonenko-mikhail committed Sep 30, 2022
1 parent 0a8d521 commit 00a7da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kafka/consumer_msg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <stdlib.h>
#include <string.h>

#include <tarantool/module.h>

Expand Down
1 change: 1 addition & 0 deletions kafka/producer.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>

#include <librdkafka/rdkafka.h>
#include <tarantool/module.h>
Expand Down

0 comments on commit 00a7da5

Please sign in to comment.