aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-26 14:36:22 +0100
committerSimon Ser <contact@emersion.fr>2024-01-31 08:20:17 +0000
commitba3c1ae065a33e715b4bbe9a1ff22618041a28f6 (patch)
tree77d627f0f5d628f26ea0b47792efc559ddbf3bc9
parent92ff86db234faae32707fc102a90aa51f8676203 (diff)
linux-dmabuf-v1: fix include guard name
-rw-r--r--include/wlr/types/wlr_linux_dmabuf_v1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_linux_dmabuf_v1.h b/include/wlr/types/wlr_linux_dmabuf_v1.h
index e39c0993..4de9f29c 100644
--- a/include/wlr/types/wlr_linux_dmabuf_v1.h
+++ b/include/wlr/types/wlr_linux_dmabuf_v1.h
@@ -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>