diff options
Diffstat (limited to 'e2fsprogs/blkid/devno.c')
-rw-r--r-- | e2fsprogs/blkid/devno.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/blkid/devno.c b/e2fsprogs/blkid/devno.c index 4f3dd93cd..13e7f1a87 100644 --- a/e2fsprogs/blkid/devno.c +++ b/e2fsprogs/blkid/devno.c | |||
@@ -13,20 +13,20 @@ | |||
13 | 13 | ||
14 | #include <stdio.h> | 14 | #include <stdio.h> |
15 | #include <string.h> | 15 | #include <string.h> |
16 | #if HAVE_UNISTD_H | 16 | #ifdef HAVE_UNISTD_H |
17 | #include <unistd.h> | 17 | #include <unistd.h> |
18 | #endif | 18 | #endif |
19 | #include <stdlib.h> | 19 | #include <stdlib.h> |
20 | #include <string.h> | 20 | #include <string.h> |
21 | #if HAVE_SYS_TYPES_H | 21 | #ifdef HAVE_SYS_TYPES_H |
22 | #include <sys/types.h> | 22 | #include <sys/types.h> |
23 | #endif | 23 | #endif |
24 | #include <sys/stat.h> | 24 | #include <sys/stat.h> |
25 | #include <dirent.h> | 25 | #include <dirent.h> |
26 | #if HAVE_ERRNO_H | 26 | #ifdef HAVE_ERRNO_H |
27 | #include <errno.h> | 27 | #include <errno.h> |
28 | #endif | 28 | #endif |
29 | #if HAVE_SYS_MKDEV_H | 29 | #ifdef HAVE_SYS_MKDEV_H |
30 | #include <sys/mkdev.h> | 30 | #include <sys/mkdev.h> |
31 | #endif | 31 | #endif |
32 | 32 | ||