summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/url.h')
-rw-r--r--gui/mplayer/gtk/url.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/mplayer/gtk/url.h b/gui/mplayer/gtk/url.h
index 93d37a20db..1fca6a1fb9 100644
--- a/gui/mplayer/gtk/url.h
+++ b/gui/mplayer/gtk/url.h
@@ -1,6 +1,5 @@
-
-#ifndef GUI_URL_H
-#define GUI_URL_H
+#ifndef MPLAYER_GUI_URL_H
+#define MPLAYER_GUI_URL_H
extern GtkWidget * URL;
extern int gtkVURLDialogBox;
@@ -8,4 +7,4 @@ extern int gtkVURLDialogBox;
extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );
-#endif /* GUI_URL_H */
+#endif /* MPLAYER_GUI_URL_H */