diff options
-rw-r--r-- | e2fsprogs/old_e2fsprogs/ext2fs/bitops.h | 2 | ||||
-rw-r--r-- | include/libbb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h b/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h index 6dd30862b..b34bd98f7 100644 --- a/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h +++ b/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h | |||
@@ -15,7 +15,7 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <string.h> | 17 | #include <string.h> |
18 | #include <strings.h> | 18 | //#include <strings.h> |
19 | 19 | ||
20 | extern int ext2fs_set_bit(unsigned int nr,void * addr); | 20 | extern int ext2fs_set_bit(unsigned int nr,void * addr); |
21 | extern int ext2fs_clear_bit(unsigned int nr, void * addr); | 21 | extern int ext2fs_clear_bit(unsigned int nr, void * addr); |
diff --git a/include/libbb.h b/include/libbb.h index 6c6bec71e..7b456a9fa 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <stdarg.h> | 26 | #include <stdarg.h> |
27 | #include <stddef.h> | 27 | #include <stddef.h> |
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <strings.h> | 29 | /* #include <strings.h> - said to be obsolete */ |
30 | #include <sys/ioctl.h> | 30 | #include <sys/ioctl.h> |
31 | #include <sys/mman.h> | 31 | #include <sys/mman.h> |
32 | #include <sys/socket.h> | 32 | #include <sys/socket.h> |