Skip to content

Commit

Permalink
libbuid: use _UL_LIBUUID_UUID_H to cover uuid.h
Browse files Browse the repository at this point in the history
It seems _UUID_UUID_H is too generic.

Addresses: #1432
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Oct 25, 2021
1 parent a4bb8b3 commit 10f5f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libuuid/src/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
* %End-Header%
*/

#ifndef _UUID_UUID_H
#define _UUID_UUID_H
#ifndef _UL_LIBUUID_UUID_H
#define _UL_LIBUUID_UUID_H

#include <sys/types.h>
#ifndef _WIN32
Expand Down Expand Up @@ -120,4 +120,4 @@ extern const uuid_t *uuid_get_template(const char *alias);
}
#endif

#endif /* _UUID_UUID_H */
#endif /* _UL_LIBUUID_UUID_H */

0 comments on commit 10f5f79

Please sign in to comment.