mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
tools: add guards around header include
This commit is contained in:
parent
70ec3aec64
commit
4b177f4557
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
/* SPDX-FileCopyrightText: Copyright © 2020 Wim Taymans */
|
/* SPDX-FileCopyrightText: Copyright © 2020 Wim Taymans */
|
||||||
/* SPDX-License-Identifier: MIT */
|
/* SPDX-License-Identifier: MIT */
|
||||||
|
|
||||||
|
#ifndef MIDI_EVENT_H
|
||||||
|
#define MIDI_EVENT_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <spa/utils/defs.h>
|
#include <spa/utils/defs.h>
|
||||||
|
|
@ -26,3 +29,5 @@ struct midi_event {
|
||||||
};
|
};
|
||||||
|
|
||||||
int midi_event_dump(FILE *out, const struct midi_event *event);
|
int midi_event_dump(FILE *out, const struct midi_event *event);
|
||||||
|
|
||||||
|
#endif /* MIDI_EVENT_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue