output: add header protection
output.h was missing an include-protection. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
88f6e93095
commit
2227350145
@ -56,6 +56,9 @@
|
||||
* framebuffer is destroyed and a new one is created.
|
||||
*/
|
||||
|
||||
#ifndef KMSCON_OUTPUT_H
|
||||
#define KMSCON_OUTPUT_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
@ -110,3 +113,5 @@ int kmscon_compositor_get_fd(struct kmscon_compositor *comp);
|
||||
struct kmscon_output *kmscon_compositor_get_outputs(
|
||||
struct kmscon_compositor *comp);
|
||||
int kmscon_compositor_refresh(struct kmscon_compositor *comp);
|
||||
|
||||
#endif /* KMSCON_OUTPUT_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user