diff options
Diffstat (limited to 'source3/aparser/templates/module_start.tpl')
-rw-r--r-- | source3/aparser/templates/module_start.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/aparser/templates/module_start.tpl b/source3/aparser/templates/module_start.tpl index fef9d296ff..5bcdbf3275 100644 --- a/source3/aparser/templates/module_start.tpl +++ b/source3/aparser/templates/module_start.tpl @@ -1,5 +1,6 @@ /* auto-generated structure parsers for @MODULE@ generated by aparser */ - +#include "includes.h" +#include "prs_@MODULE@.h" |