From 6088448cdfe3cd152c53136544acc4ee7a508a84 Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Wed, 12 Jun 2019 16:18:02 +0900 Subject: Fix alerts from lgtm Signed-off-by: Saya Sugiura --- include/dlt/dlt_filetransfer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/dlt/dlt_filetransfer.h b/include/dlt/dlt_filetransfer.h index 1cc96cc..89a2e25 100644 --- a/include/dlt/dlt_filetransfer.h +++ b/include/dlt/dlt_filetransfer.h @@ -24,6 +24,9 @@ * \file dlt_filetransfer.h */ +#ifndef DLT_FILETRANSFER_H +#define DLT_FILETRANSFER_H + #include /* Needed for LONG_MAX */ #include /* Needed for struct stat st*/ #include "dlt.h" /* Needed for DLT Logs */ @@ -135,3 +138,5 @@ extern int dlt_user_log_file_data(DltContext *fileContext, const char *filename, * @return Returns 0 if everything was okey. If there was a failure value < 0 will be returned. */ extern int dlt_user_log_file_end(DltContext *fileContext, const char *filename, int deleteFlag); + +#endif /* DLT_FILETRANSFER_H */ -- cgit v1.2.1