Merge pull request #10271 from oleg0421/json_errno_fix
Fix errno undeclared error in json.c on Ubuntu
This commit is contained in:
commit
65e0d7c5d6
@ -18,6 +18,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <winpr/json.h>
|
||||
#include <winpr/assert.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user