diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-14 19:21:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-14 19:21:57 -0400 |
commit | 9b8066c9e3a8de098ab93d9cec0a814cc99e4d66 (patch) | |
tree | 0179aa11e448aa434bbb0436807c94c3a0929544 /src/scsi_id | |
parent | 47fefe304092f07bf89c1fc3d0614da5b0dbee3d (diff) |
shared: add random-util.[ch]
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/scsi_id')
-rw-r--r-- | src/scsi_id/scsi_serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scsi_id/scsi_serial.c b/src/scsi_id/scsi_serial.c index 37081adc1f..f446ff8542 100644 --- a/src/scsi_id/scsi_serial.c +++ b/src/scsi_id/scsi_serial.c @@ -41,6 +41,7 @@ #include "libudev-private.h" #include "scsi.h" #include "scsi_id.h" +#include "random-util.h" /* * A priority based list of id, naa, and binary/ascii for the identifier |