diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index abc718c..524ebf9 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -28,4 +28,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: sonar-scanner -X --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" + run: sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" diff --git a/src/options.h b/src/options.h index f6b7465..917f740 100644 --- a/src/options.h +++ b/src/options.h @@ -4,6 +4,7 @@ #include #include #include +#include #include static gchar *log_file = NULL;