Skip to content

Commit

Permalink
[service introspection] Use stddef.h instead of cstddef (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Chen <[email protected]>
  • Loading branch information
ihasdapie authored Jul 26, 2022
1 parent 0cb8c5d commit c35869b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef ROSIDL_TYPESUPPORT_C__TYPE_SUPPORT_MAP_H_
#define ROSIDL_TYPESUPPORT_C__TYPE_SUPPORT_MAP_H_

#include <cstddef>
#include <stddef.h>

#ifdef __cplusplus
extern "C"
Expand Down

0 comments on commit c35869b

Please sign in to comment.