aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/blkid/devname.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/blkid/devname.c')
-rw-r--r--e2fsprogs/blkid/devname.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/blkid/devname.c b/e2fsprogs/blkid/devname.c
index 7606e400d..532aeeaab 100644
--- a/e2fsprogs/blkid/devname.c
+++ b/e2fsprogs/blkid/devname.c
@@ -14,20 +14,20 @@
14 14
15#include <stdio.h> 15#include <stdio.h>
16#include <string.h> 16#include <string.h>
17#if HAVE_UNISTD_H 17#ifdef HAVE_UNISTD_H
18#include <unistd.h> 18#include <unistd.h>
19#endif 19#endif
20#include <stdlib.h> 20#include <stdlib.h>
21#include <string.h> 21#include <string.h>
22#include <ctype.h> 22#include <ctype.h>
23#if HAVE_SYS_TYPES_H 23#ifdef HAVE_SYS_TYPES_H
24#include <sys/types.h> 24#include <sys/types.h>
25#endif 25#endif
26#include <sys/stat.h> 26#include <sys/stat.h>
27#if HAVE_ERRNO_H 27#ifdef HAVE_ERRNO_H
28#include <errno.h> 28#include <errno.h>
29#endif 29#endif
30#if HAVE_SYS_MKDEV_H 30#ifdef HAVE_SYS_MKDEV_H
31#include <sys/mkdev.h> 31#include <sys/mkdev.h>
32#endif 32#endif
33#include <time.h> 33#include <time.h>