From: Lei Xia Date: Wed, 13 Apr 2011 16:48:09 +0000 (-0500) Subject: Fix to the interface header files include X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=3aa43c8aeb9750675238aa33db37c771d815a706;p=palacios.releases.git Fix to the interface header files include --- diff --git a/palacios/src/interfaces/vmm_packet.c b/palacios/src/interfaces/vmm_packet.c index a813a7c..10bdbda 100644 --- a/palacios/src/interfaces/vmm_packet.c +++ b/palacios/src/interfaces/vmm_packet.c @@ -17,11 +17,11 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#include +#include #include #include #include -#include +#include static struct v3_packet_hooks * packet_hooks = 0;