diff options
author | Josh Rahm <rahm@google.com> | 2024-02-21 12:28:34 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-02-21 12:28:34 -0700 |
commit | b68672eba4849628a58dfdddbb5ffa42e05db024 (patch) | |
tree | 7166a31a541144400672098c2aec92088918fd49 /harness/include/plugin.h | |
parent | f070ba42d886025a6988afd1bd847057dca15b27 (diff) | |
download | wetterhorn-b68672eba4849628a58dfdddbb5ffa42e05db024.tar.gz wetterhorn-b68672eba4849628a58dfdddbb5ffa42e05db024.tar.bz2 wetterhorn-b68672eba4849628a58dfdddbb5ffa42e05db024.zip |
Fix plugin interface generation erros
Diffstat (limited to 'harness/include/plugin.h')
-rw-r--r-- | harness/include/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/harness/include/plugin.h b/harness/include/plugin.h index feac626..d47abb2 100644 --- a/harness/include/plugin.h +++ b/harness/include/plugin.h @@ -19,7 +19,7 @@ #define EXPORT_INCLUDE(a) EXPORT_INCLUDE(<foreign_intf.h>) -EXPORT_INCLUDE(<wlr / types / wlr_keyboard.h>) +EXPORT_INCLUDE(<wlr/types/wlr_keyboard.h>) #define MAX_QUEUED_ACTIONS 8 |