header fixes

This commit is contained in:
Caleb Connolly 2023-06-26 14:44:24 +01:00
parent ea34c3f0b9
commit 74fcde7a8e
No known key found for this signature in database
GPG Key ID: 0583312B195F64B6
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include <ctype.h>
#include <stdlib.h>
#include <dirent.h>
#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>

View File

@ -27,6 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define _DEFAULT_SOURCE
#include <linux/bsg.h>
#include <scsi/scsi_bsg_ufs.h>
#include <endian.h>