Skip to content

Commit

Permalink
Set correct header file. Functions where not added to the dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon Mentink committed Jan 7, 2024
1 parent 653ce25 commit 6d9db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcldotnet/rcldotnet_action_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "rosidl_runtime_c/message_type_support_struct.h"

#include "rcldotnet_client.h"
#include "rcldotnet_action_client.h"

int32_t native_rcl_action_send_goal_request(void *action_client_handle, void *goal_request_handle, int64_t *sequence_number) {
rcl_action_client_t * action_client = (rcl_action_client_t *)action_client_handle;
Expand Down

0 comments on commit 6d9db4c

Please sign in to comment.