diff options
Diffstat (limited to 'e2fsprogs/e2p/uuid.c')
-rw-r--r-- | e2fsprogs/e2p/uuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2p/uuid.c b/e2fsprogs/e2p/uuid.c index c16a76842..9feca4cfa 100644 --- a/e2fsprogs/e2p/uuid.c +++ b/e2fsprogs/e2p/uuid.c | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <string.h> | 6 | #include <string.h> |
7 | #include <ext2fs/ext2_types.h> | 7 | #include "../ext2fs/ext2_types.h" |
8 | 8 | ||
9 | #include "e2p.h" | 9 | #include "e2p.h" |
10 | 10 | ||