diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/emacs-module-resources/mod-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/emacs-module-resources/mod-test.c b/test/src/emacs-module-resources/mod-test.c index 3aafae1b896..3abe2a4122b 100644 --- a/test/src/emacs-module-resources/mod-test.c +++ b/test/src/emacs-module-resources/mod-test.c | |||
| @@ -46,6 +46,7 @@ uintptr_t _beginthread (void (__cdecl *) (void *), unsigned, void *); | |||
| 46 | #include <gmp.h> | 46 | #include <gmp.h> |
| 47 | #include <emacs-module.h> | 47 | #include <emacs-module.h> |
| 48 | 48 | ||
| 49 | extern int plugin_is_GPL_compatible; | ||
| 49 | int plugin_is_GPL_compatible; | 50 | int plugin_is_GPL_compatible; |
| 50 | 51 | ||
| 51 | #if INTPTR_MAX <= 0 | 52 | #if INTPTR_MAX <= 0 |