virtgpu: include linux/types.h to avoid warning.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a93fe8f8b4
commit
ae45577324
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
#ifndef VIRTIO_GPU_HW_H
|
||||
#define VIRTIO_GPU_HW_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
enum virtio_gpu_ctrl_type {
|
||||
VIRTIO_GPU_UNDEFINED = 0,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue