Commit ae455773 authored by Dave Airlie's avatar Dave Airlie

virtgpu: include linux/types.h to avoid warning.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a93fe8f8
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment