Skip to content

Commit

Permalink
include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h
Browse files Browse the repository at this point in the history
Fixes userspace compilation error:

error: unknown type name ‘__virtio16’
  __virtio16 tag;

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
Mikko Rapeli authored and Michael S. Tsirkin committed Jun 1, 2015
1 parent c65b99f commit 8a7b19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/virtio_balloon.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. */
#include <linux/types.h>
#include <linux/virtio_types.h>
#include <linux/virtio_ids.h>
#include <linux/virtio_config.h>

Expand Down

0 comments on commit 8a7b19d

Please sign in to comment.