diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-25 18:08:43 +0100 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2022-12-06 22:39:45 +0000 |
commit | cb6b1193c8aff879c79ceda8cf5bf737837fcb05 (patch) | |
tree | 9feb9f8aadeae62f8d0295e195187e7fe7c931cc /render/allocator/gbm.c | |
parent | 311381c6b51eb7b4dbd8bcad41ef67aee6b4f5ed (diff) |
render/allocator/gbm: use internal_config
Removes a project argument.
Diffstat (limited to 'render/allocator/gbm.c')
-rw-r--r-- | render/allocator/gbm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/allocator/gbm.c b/render/allocator/gbm.c index f77fedd8..a41065b5 100644 --- a/render/allocator/gbm.c +++ b/render/allocator/gbm.c @@ -10,6 +10,7 @@ #include <wlr/util/log.h> #include <xf86drm.h> +#include "config.h" #include "render/allocator/gbm.h" #include "render/drm_format_set.h" |