mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 01:50:11 +01:00
add context include so fn are defined
This commit is contained in:
parent
b9c82926bc
commit
0844f3e9f3
2 changed files with 2 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ unsigned long ffb_get_unmapped_area(struct file *filp,
|
|||
|
||||
#include "drm_auth.h"
|
||||
#include "drm_bufs.h"
|
||||
#include "drm_context.h"
|
||||
#include "drm_dma.h"
|
||||
#include "drm_drawable.h"
|
||||
#include "drm_drv.h"
|
||||
|
|
|
|||
|
|
@ -239,6 +239,7 @@ unsigned long ffb_get_unmapped_area(struct file *filp,
|
|||
|
||||
#include "drm_auth.h"
|
||||
#include "drm_bufs.h"
|
||||
#include "drm_context.h"
|
||||
#include "drm_dma.h"
|
||||
#include "drm_drawable.h"
|
||||
#include "drm_drv.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue