26 lines
708 B
Diff
26 lines
708 B
Diff
|
From 9e7d2d41325fd09e89308101c67fd791a50c98c5 Mon Sep 17 00:00:00 2001
|
||
|
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
|
||
|
Date: Tue, 29 Oct 2024 17:57:08 -0700
|
||
|
Subject: [PATCH 1/2] Fix include paths
|
||
|
|
||
|
---
|
||
|
tests/include/mir/test/doubles/mock_libinput.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/tests/include/mir/test/doubles/mock_libinput.h b/tests/include/mir/test/doubles/mock_libinput.h
|
||
|
index 4487f82..b59a438 100644
|
||
|
--- a/tests/include/mir/test/doubles/mock_libinput.h
|
||
|
+++ b/tests/include/mir/test/doubles/mock_libinput.h
|
||
|
@@ -21,7 +21,7 @@
|
||
|
|
||
|
#include <optional>
|
||
|
#include <gmock/gmock.h>
|
||
|
-#include <libinput.h>
|
||
|
+#include <libinput/libinput.h>
|
||
|
|
||
|
namespace mir
|
||
|
{
|
||
|
--
|
||
|
2.48.1
|
||
|
|