Skip to content

Commit 00a7da5

Browse files
olegrokfilonenko-mikhail
authored andcommitted
Add missing include file
To fix build after Tarantool update.
1 parent 0a8d521 commit 00a7da5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

kafka/consumer_msg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <stdlib.h>
2+
#include <string.h>
23

34
#include <tarantool/module.h>
45

kafka/producer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <unistd.h>
22
#include <stdlib.h>
33
#include <errno.h>
4+
#include <string.h>
45

56
#include <librdkafka/rdkafka.h>
67
#include <tarantool/module.h>

0 commit comments

Comments
 (0)