Fix warning with undeclared free() with clang

This commit is contained in:
asvitkine 2010-08-22 19:43:29 +00:00
parent bb627f28fe
commit b51267b090
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
* terms and conditions of the copyright.
*/
#include <stdlib.h>
#include <slirp.h>
#include "ip_icmp.h"

View File

@ -42,6 +42,7 @@
* terms and conditions of the copyright.
*/
#include <stdlib.h>
#include <slirp.h>
#include "ip_icmp.h"