summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/sb.h')
-rw-r--r--gui/mplayer/gtk/sb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/mplayer/gtk/sb.h b/gui/mplayer/gtk/sb.h
index a1a7e3775d..d26b75c4d5 100644
--- a/gui/mplayer/gtk/sb.h
+++ b/gui/mplayer/gtk/sb.h
@@ -1,5 +1,5 @@
-#ifndef GUI_SB_H
-#define GUI_SB_H
+#ifndef MPLAYER_GUI_SB_H
+#define MPLAYER_GUI_SB_H
#include <gtk/gtk.h>
@@ -9,4 +9,4 @@ extern GtkWidget * SkinBrowser;
extern void ShowSkinBrowser( void );
extern GtkWidget * create_SkinBrowser( void );
-#endif /* GUI_SB_H */
+#endif /* MPLAYER_GUI_SB_H */