Merge pull request #10271 from oleg0421/json_errno_fix

Fix errno undeclared error in json.c on Ubuntu
This commit is contained in:
akallabeth 2024-06-12 07:54:21 +02:00 committed by GitHub
commit 65e0d7c5d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@
* limitations under the License.
*/
#include <math.h>
#include <errno.h>
#include <winpr/json.h>
#include <winpr/assert.h>