mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +00:00
st/oxr: Fix missing forward declarations/includes
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2342>
This commit is contained in:
parent
ef93956c75
commit
a4406fbf04
|
@ -12,10 +12,18 @@
|
|||
|
||||
#include "oxr_frame_sync.h" // iwyu pragma: keep
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct oxr_action_set;
|
||||
struct oxr_extension_status;
|
||||
struct oxr_instance;
|
||||
struct oxr_logger;
|
||||
struct oxr_subaction_paths;
|
||||
|
||||
#define OXR_VERIFY_AND_SET_AND_INIT(log, thing, new_thing, oxr_thing, THING, name, lookup) \
|
||||
do { \
|
||||
|
|
Loading…
Reference in a new issue