mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
linux-dmabuf-v1: fix include guard name
This commit is contained in:
parent
92ff86db23
commit
ba3c1ae065
@ -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 New Issue
Block a user