Skip to content

Commit 4d8928a

Browse files
committed
add #include <sys/ioctl.h>
1 parent 5a56acc commit 4d8928a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orbisFSTool/OrbisFSImage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include <fcntl.h>
1717
#include <string.h>
1818

19+
#include <sys/ioctl.h>
20+
1921
#ifdef HAVE_SYS_DISK_H
2022
# include <sys/disk.h>
2123
#endif //HAVE_SYS_DISK_H

0 commit comments

Comments
 (0)