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