pothosware / SoapyRTLSDR

SoapySDR RTL-SDR Support Module
https://github.com/pothosware/SoapyRTLSDR/wiki
MIT License
124 stars 29 forks source link

Add Include <cstring> to resolve 'strcmp' undeclared issue #71

Closed Mr-Precise closed 12 months ago

Mr-Precise commented 12 months ago

Fix ‘strcmp’ was not declared in this scope add #include <cstring> to fix compilation in gcc/clang. https://github.com/pothosware/SoapyRTLSDR/blob/148c1eec9ec0e12de74625a7218bb8e812cc6d4d/Settings.cpp#L416

zuckschwerdt commented 12 months ago

This is a fix to #70 Thanks!