linux-dmabuf-v1: fix include guard name

This commit is contained in:
Simon Ser 2023-11-26 14:36:22 +01:00
parent 92ff86db23
commit ba3c1ae065
1 changed files with 2 additions and 2 deletions

View File

@ -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>