summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index 9efa0fc1cd..f7079aa7a1 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -1,3 +1,6 @@
+#ifndef MP_CORE_H
+#define MP_CORE_H
+
// definitions used internally by the core player code
#define INITED_VO 1
@@ -127,3 +130,5 @@ void exit_player_with_rc(const char* how, int rc);
void rm_osd_msg(int id);
void add_subtitles(char *filename, float fps, int noerr);
int reinit_video_chain(void);
+
+#endif /* MP_CORE_H */