summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/fs.c')
-rw-r--r--gui/mplayer/gtk/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/gtk/fs.c b/gui/mplayer/gtk/fs.c
index 5a45a13b29..62191cade4 100644
--- a/gui/mplayer/gtk/fs.c
+++ b/gui/mplayer/gtk/fs.c
@@ -21,7 +21,7 @@
#include "../widgets.h"
#include "fs.h"
#include "opts.h"
-#include "common.h"
+#include "gtk_common.h"
#ifndef __linux__
#define get_current_dir_name() getcwd(NULL, PATH_MAX)