include: fix double include pre-processor guards

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-15 04:44:35 +02:00
committed by Alan Carvalho de Assis
parent 1adee3d657
commit 8d3bf05fd2
684 changed files with 2242 additions and 2252 deletions
+3 -3
View File
@@ -18,8 +18,8 @@
*
****************************************************************************/
#ifndef __LIBC_SYSLOG_SYSLOG_H
#define __LIBC_SYSLOG_SYSLOG_H
#ifndef __LIBS_LIBC_SYSLOG_SYSLOG_H
#define __LIBS_LIBC_SYSLOG_SYSLOG_H
/****************************************************************************
* Included Files
@@ -53,4 +53,4 @@ EXTERN uint8_t g_syslog_mask;
}
#endif
#endif /* __LIBC_SYSLOG_SYSLOG_H */
#endif /* __LIBS_LIBC_SYSLOG_SYSLOG_H */