These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / slirp / arp_table.c
index bcaeb44..3547043 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "slirp.h"
 
 void arp_table_add(Slirp *slirp, uint32_t ip_addr, uint8_t ethaddr[ETH_ALEN])