eclipse / tinydtls

Eclipse tinydtls
https://projects.eclipse.org/projects/iot.tinydtls
Other
105 stars 57 forks source link

session.h: Move inclusion of string.h into .c files #201

Closed obgm closed 1 year ago

obgm commented 1 year ago

As a followup to PR #194 this change moves inclusion of the header file string.h into the c-files where it is required (for the declaration of memcmp()).

Change-Id: I11db1c37a7cc13d8fa2826f6d3e38d3765f4a4ec

mrdeep1 commented 1 year ago

LGTM

boaks commented 1 year ago

LGTM