This is an automated email from the ASF dual-hosted git repository. rbulter pushed a commit to branch feature/add_kqueue_to_tcp_admin in repository https://gitbox.apache.org/repos/asf/celix.git
commit 7de63b8c129351731cbea9a34703781d3711eea4 Author: Roy Bulter <[email protected]> AuthorDate: Tue Apr 14 22:27:08 2020 +0200 Fix compile error --- bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c index 9fe9f33..8394934 100644 --- a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c +++ b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c @@ -19,6 +19,7 @@ #include <pubsub_serializer.h> #include <stdlib.h> +#include <stdint.h> #include <unistd.h> #include <pubsub/subscriber.h> #include <memory.h>
