diff options
Diffstat (limited to 'src/generator.ml')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index d2be559e..29b0ecd7 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -2560,7 +2560,7 @@ and generate_daemon_actions_h () = and generate_daemon_actions () = generate_header CStyle GPLv2; - pr "#define _GNU_SOURCE // for strchrnul\n"; + pr "#include <config.h>\n"; pr "\n"; pr "#include <stdio.h>\n"; pr "#include <stdlib.h>\n"; |