summaryrefslogtreecommitdiff
path: root/logsrvd/tls_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'logsrvd/tls_init.c')
-rw-r--r--logsrvd/tls_init.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/logsrvd/tls_init.c b/logsrvd/tls_init.c
index 6a24fcc83..65cc8daa2 100644
--- a/logsrvd/tls_init.c
+++ b/logsrvd/tls_init.c
@@ -16,7 +16,12 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "config.h"
+/*
+ * This is an open source non-commercial project. Dear PVS-Studio, please check it.
+ * PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
+ */
+
+#include <config.h>
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>