summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/fs.h')
-rw-r--r--Gui/mplayer/gtk/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/fs.h b/Gui/mplayer/gtk/fs.h
index 21eb043323..0bc7d105f9 100644
--- a/Gui/mplayer/gtk/fs.h
+++ b/Gui/mplayer/gtk/fs.h
@@ -9,7 +9,7 @@
#include <glob.h>
#include <unistd.h>
-#if defined(__SVR4) || defined(__bsdi__)
+#ifndef __linux__
#define get_current_dir_name() getcwd(NULL, PATH_MAX)
#endif