summaryrefslogtreecommitdiff
path: root/src/scsi_id
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-03-09 13:16:31 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-03-09 13:16:31 -0400
commit80b10107cb2703d63fb14c90e2be442c0724836d (patch)
tree5563bad0a2942744d7749fb46fe84308f63bb742 /src/scsi_id
parent81ecc0c3e7b5290ceae8d553e61e439728d49dbc (diff)
builtins: add <linux/fcntl.h> for uclibc
Diffstat (limited to 'src/scsi_id')
-rw-r--r--src/scsi_id/scsi_serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scsi_id/scsi_serial.c b/src/scsi_id/scsi_serial.c
index 378a73d863..b60b154d2d 100644
--- a/src/scsi_id/scsi_serial.c
+++ b/src/scsi_id/scsi_serial.c
@@ -33,6 +33,7 @@
#include <scsi/sg.h>
#include <linux/types.h>
#include <linux/bsg.h>
+#include <linux/fcntl.h>
#include "libudev.h"
#include "libudev-private.h"