Fix inclusion guards.

This commit is contained in:
2021-03-14 19:18:18 +00:00
parent 7cc2dcd989
commit f4ebb40f33
28 changed files with 78 additions and 73 deletions

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_UNIX_H
#define SETTER_UNIX_H
#ifndef AARU_FSTESTER_SETTER_UNIX_H
#define AARU_FSTESTER_SETTER_UNIX_H
#if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__)
@@ -409,4 +409,4 @@ Copyright (C) 2011-2021 Natalia Portillo
#endif
#endif // SETTER_UNIX_H
#endif // AARU_FSTESTER_SETTER_UNIX_H