Fix errno undeclared error in json.c

This commit is contained in:
oleg0421 2024-06-11 11:46:02 -07:00
parent fa2813e9f9
commit 34aed4e571
1 changed files with 1 additions and 0 deletions

View File

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