X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fvnet_nic.c;h=bf0bf91cc4504cd8182115c768368f7e139f11e8;hb=6cff7c8b0ec58e3b94d9583f709ca9056ae928dd;hp=05117e53e2db49e6131c84d7a3b7575aedb92645;hpb=fdb16aa5e99a19a91264ae84beaf77d3036548d5;p=palacios-OLD.git diff --git a/palacios/src/devices/vnet_nic.c b/palacios/src/devices/vnet_nic.c index 05117e5..bf0bf91 100644 --- a/palacios/src/devices/vnet_nic.c +++ b/palacios/src/devices/vnet_nic.c @@ -19,7 +19,7 @@ */ //backend device for Virtio NIC -#include +#include #include #include #include @@ -28,7 +28,7 @@ #include #include -#ifndef CONFIG_DEBUG_VNET_NIC +#ifndef V3_CONFIG_DEBUG_VNET_NIC #undef PrintDebug #define PrintDebug(fmt, args...) #endif