summaryrefslogtreecommitdiffstats
path: root/gui/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/interface.h')
-rw-r--r--gui/interface.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/interface.h b/gui/interface.h
index 1217d1e479..f3b4781ad2 100644
--- a/gui/interface.h
+++ b/gui/interface.h
@@ -1,6 +1,5 @@
-
-#ifndef GUI_INTERFACE_H
-#define GUI_INTERFACE_H
+#ifndef MPLAYER_GUI_INTERFACE_H
+#define MPLAYER_GUI_INTERFACE_H
#include "../config.h"
#include "mplayer/play.h"
@@ -223,4 +222,4 @@ extern char * gstrchr( char * str,int c );
sprintf( s,"%s/%s",d,n ); \
}
-#endif /* GUI_INTERFACE_H */
+#endif /* MPLAYER_GUI_INTERFACE_H */