mirror of
https://github.com/linux-msm/qbootctl
synced 2024-11-23 14:43:29 +08:00
header fixes
This commit is contained in:
parent
ea34c3f0b9
commit
74fcde7a8e
@ -35,7 +35,6 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <endian.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define _DEFAULT_SOURCE
|
||||||
#include <linux/bsg.h>
|
#include <linux/bsg.h>
|
||||||
#include <scsi/scsi_bsg_ufs.h>
|
#include <scsi/scsi_bsg_ufs.h>
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user