drm: Fix drm.h uapi header for GNU/kFreeBSD
authorJames Clarke <jrtc27@jrtc27.com>
Tue, 15 Jan 2019 15:04:18 +0000 (15:04 +0000)
committerEric Anholt <eric@anholt.net>
Thu, 16 May 2019 16:25:15 +0000 (09:25 -0700)
commit75b3f1cb50bdbdc7fd557ca3ed63b3eb87c2bab3
tree0b4ed4f02815339f1ee2d817fc5946a6b178cca6
parent38c2c7917adc8fb4ed9114b92923af9abe091af5
drm: Fix drm.h uapi header for GNU/kFreeBSD

Like GNU/Linux, GNU/kFreeBSD's sys/types.h does not define the uintX_t
types, which differs from the BSDs' headers. Thus we should include
stdint.h to ensure we have all the required integer types.

Signed-off-by: James Clarke <jrtc27@jrtc27.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190115150418.68080-1-jrtc27@jrtc27.com
Reviewed-by: Eric Anholt <eric@anholt.net>
include/uapi/drm/drm.h