21 lines
650 B
Diff
21 lines
650 B
Diff
|
From 5e3fcc09ed57313292ca76fd8d88196940d0c261 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] Fix include paths
|
||
|
|
||
|
---
|
||
|
tests/include/mir/test/doubles/mock_libinput.h | 2 +-
|
||
|
diff --git a/tests/include/mir/test/doubles/mock_libinput.h b/tests/include/mir/test/doubles/mock_libinput.h
|
||
|
index 4487f8290d..b59a4386d6 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
|
||
|
{
|