etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
884 stars 185 forks source link

Add cstring import to examples using memset #289

Closed etr closed 1 year ago

etr commented 1 year ago

Identify the Bug

Build started failing because memset not found (on latest ubuntu version).

Description of the Change

Explicitly import memset by including where appropriate.

Alternate Designs

None considered

Possible Drawbacks

None

Verification Process

Github actions running build + tests.

Release Notes

Fix issue with missing memset while building examples.