mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
Fix warning with undeclared free() with clang
This commit is contained in:
parent
bb627f28fe
commit
b51267b090
@ -42,6 +42,7 @@
|
||||
* terms and conditions of the copyright.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <slirp.h>
|
||||
#include "ip_icmp.h"
|
||||
|
||||
|
@ -42,6 +42,7 @@
|
||||
* terms and conditions of the copyright.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <slirp.h>
|
||||
#include "ip_icmp.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user