X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Flnx_virtio_vnet.c;h=e604b9ea2b1ad4e8adf70773ecf0fac6e079ee33;hb=afd094814f0380b442515f7a58eb00e7ac98a3b1;hp=87f158d3f4347e47b2bc8ebd29916064752bef8d;hpb=fdb16aa5e99a19a91264ae84beaf77d3036548d5;p=palacios.releases.git diff --git a/palacios/src/devices/lnx_virtio_vnet.c b/palacios/src/devices/lnx_virtio_vnet.c index 87f158d..e604b9e 100644 --- a/palacios/src/devices/lnx_virtio_vnet.c +++ b/palacios/src/devices/lnx_virtio_vnet.c @@ -23,12 +23,12 @@ #include #include #include -#include +#include #include #include -#ifndef CONFIG_DEBUG_LINUX_VIRTIO_VNET +#ifndef V3_CONFIG_DEBUG_LINUX_VIRTIO_VNET #undef PrintDebug #define PrintDebug(fmt, args...) #endif