2013/3/27 Brian Haley <[email protected]>:
[...]
> diff --git a/ioctls/vhost.c b/ioctls/vhost.c
> index 4ead0e6..3db8e66 100644
> --- a/ioctls/vhost.c
> +++ b/ioctls/vhost.c
> @@ -1,3 +1,4 @@

Hi, please #include "config.h" here.

> +#ifdef USE_VHOST
>  #include <linux/vhost.h>
>
>  #include "trinity.h"
> @@ -35,3 +36,4 @@ static const struct ioctl_group vhost_grp = {
>  };
>
>  REG_IOCTL_GROUP(vhost_grp)
> +#endif /* USE_VHOST */

Thanks,
Tommi
--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to