Skip to content

Commit

Permalink
virtgpu: include linux/types.h to avoid warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Jun 5, 2015
1 parent a93fe8f commit ae45577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/uapi/linux/virtio_gpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit ae45577

Please sign in to comment.