Skip to content

Commit 5cf0040

Browse files
committed
fix implicit-function-declaration warning.
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
1 parent d4e6317 commit 5cf0040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclc_examples/src/example_executor_only_rcl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <stdio.h>
1717

1818
#include <rclc/executor.h>
19+
#include <rclc/rclc.h>
1920
#include <std_msgs/msg/string.h>
2021

2122
// these data structures for the publisher and subscriber are global, so that

0 commit comments

Comments
 (0)