header fixes

main
Caleb Connolly 1 year ago
parent ea34c3f0b9
commit 74fcde7a8e
No known key found for this signature in database
GPG Key ID: 0583312B195F64B6
  1. 1
      gpt-utils.c
  2. 1
      ufs-bsg.c

@ -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>

@ -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>

Loading…
Cancel
Save