diff options
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r-- | extension/filefuncs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/filefuncs.c b/extension/filefuncs.c index 35b1ae62..c1268508 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -31,6 +31,8 @@ #include <sys/sysmacros.h> +int plugin_is_GPL_compatible; + /* do_chdir --- provide dynamically loaded chdir() builtin for gawk */ static NODE * |