diff --git a/Sources/integrations/kinc.c b/Sources/integrations/kinc.c index bcfe3f5..656a2e8 100644 --- a/Sources/integrations/kinc.c +++ b/Sources/integrations/kinc.c @@ -251,7 +251,7 @@ void kinc_export(char *directory, api_kind api) { FILE *output = fopen(filename, "wb"); fprintf(output, "#ifndef KONG_INTEGRATION_HEADER\n"); - fprintf(output, "#define KONG_INTEGRATION_HEADER\n"); + fprintf(output, "#define KONG_INTEGRATION_HEADER\n\n"); fprintf(output, "#include \n"); fprintf(output, "#include \n");