diff --git a/shared-core/drm.h b/shared-core/drm.h index 3092e536..cbd6a941 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -565,7 +565,7 @@ typedef enum { * \sa drmModesetCtl(). */ typedef struct drm_modeset_ctl { - u64 arg; + unsigned long arg; drm_modeset_ctl_cmd_t cmd; } drm_modeset_ctl_t;