diff options
Diffstat (limited to 'extension/xreadlink.c')
-rw-r--r-- | extension/xreadlink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/xreadlink.c b/extension/xreadlink.c index d56d2a6a..dc484ac2 100644 --- a/extension/xreadlink.c +++ b/extension/xreadlink.c @@ -45,6 +45,8 @@ #include "xalloc.h" +int plugin_is_GPL_compatible; + /* Call readlink to get the symbolic link value of FILE. SIZE is a hint as to how long the link is expected to be; typically it is taken from st_size. It need not be correct. |