diff options
Diffstat (limited to 'modules/modhelp.py')
| -rwxr-xr-x | modules/modhelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modhelp.py b/modules/modhelp.py index ef41ba5a917..57bed5023c7 100755 --- a/modules/modhelp.py +++ b/modules/modhelp.py | |||
| @@ -125,7 +125,7 @@ all: ${module}.so ${module}.doc | |||
| 125 | '''), | 125 | '''), |
| 126 | 126 | ||
| 127 | string.Template('${c_file}'): string.Template(''' | 127 | string.Template('${c_file}'): string.Template(''' |
| 128 | #include <emacs_module.h> | 128 | #include <module.h> |
| 129 | 129 | ||
| 130 | int plugin_is_GPL_compatible; | 130 | int plugin_is_GPL_compatible; |
| 131 | 131 | ||