diff options
Diffstat (limited to 'src/rc/mountinfo.c')
-rw-r--r-- | src/rc/mountinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c index b15a50a3..e48c62ad 100644 --- a/src/rc/mountinfo.c +++ b/src/rc/mountinfo.c @@ -58,7 +58,7 @@ #include "rc-misc.h" #include "strlist.h" -static const char *applet; +extern const char *applet; typedef enum { mount_from, |