From 95c09fa93b17e7387998a3a5ca05f11ad00b1b5f Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 15 Mar 2016 22:44:15 +0100 Subject: input/event.h: add include guard --- input/event.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'input') diff --git a/input/event.h b/input/event.h index cf8e35ac8d..1e2149bb89 100644 --- a/input/event.h +++ b/input/event.h @@ -14,6 +14,8 @@ * You should have received a copy of the GNU Lesser General Public * License along with mpv. If not, see . */ +#ifndef MP_INPUT_EVENT_H_ +#define MP_INPUT_EVENT_H_ #include "misc/bstr.h" @@ -37,3 +39,5 @@ int mp_event_drop_mime_data(struct input_ctx *ictx, const char *mime_type, // whether a type is preferred (higher integer score), or supported (scores // below 0 indicate unsupported types). int mp_event_get_mime_type_score(struct input_ctx *ictx, const char *mime_type); + +#endif -- cgit v1.2.3