mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
linux-dmabuf-v1: fix include guard name
This commit is contained in:
parent
92ff86db23
commit
ba3c1ae065
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
|
||||
#endif
|
||||
|
||||
#ifndef WLR_TYPES_WLR_LINUX_DMABUF_H
|
||||
#define WLR_TYPES_WLR_LINUX_DMABUF_H
|
||||
#ifndef WLR_TYPES_WLR_LINUX_DMABUF_V1_H
|
||||
#define WLR_TYPES_WLR_LINUX_DMABUF_V1_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Reference in a new issue