aboutsummaryrefslogtreecommitdiff
path: root/lib/uuid/uuid_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uuid/uuid_types.h')
-rw-r--r--lib/uuid/uuid_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/uuid/uuid_types.h b/lib/uuid/uuid_types.h
index a8d7cff1..35e51518 100644
--- a/lib/uuid/uuid_types.h
+++ b/lib/uuid/uuid_types.h
@@ -4,8 +4,8 @@
* also defined the types that we need.
*/
#if (!defined(_LINUX_TYPES_H) && !defined(_BLKID_TYPES_H) && \
- !defined(_EXT2_TYPES_H))
-#define _EXT2_TYPES_H
+ !defined(_EXT2_TYPES_H) && !defined(_UUID_TYPES_H))
+#define _UUID_TYPES_H
typedef unsigned char __u8;
typedef __signed__ char __s8;