mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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…
Add table
Add a link
Reference in a new issue