From cd01551bfaf24989f4ae373fd8c42bc080fe0da6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 22 Feb 2021 14:20:48 +0100 Subject: bell: missing include guard --- src/core/bell.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/bell.h') diff --git a/src/core/bell.h b/src/core/bell.h index 5a75da43..adb19cc4 100644 --- a/src/core/bell.h +++ b/src/core/bell.h @@ -38,6 +38,9 @@ #include "display-private.h" #include "frame-private.h" +#ifndef __BELL_H__ +#define __BELL_H__ + #ifdef HAVE_XKB /** * Gives the user some kind of visual bell; in fact, this is our response @@ -106,3 +109,5 @@ void meta_bell_shutdown (MetaDisplay *display); * \param frame The frame which is being destroyed */ void meta_bell_notify_frame_destroy (MetaFrame *frame); + +#endif /* __BELL_H__ */ -- cgit v1.2.1