Fix errno undeclared error in json.c
This commit is contained in:
parent
fa2813e9f9
commit
34aed4e571
@ -18,6 +18,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#include <winpr/json.h>
|
#include <winpr/json.h>
|
||||||
#include <winpr/assert.h>
|
#include <winpr/assert.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user