Skip to content

Commit 9d6248d

Browse files
committed
Add missing stddef include for size_t
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
1 parent 17dbbec commit 9d6248d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rcutils/sha256.h

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ extern "C"
3838
{
3939
#endif
4040

41+
#include <stddef.h>
4142
#include <stdint.h>
4243

4344
#include "rcutils/visibility_control.h"

0 commit comments

Comments
 (0)