Include sys/types.h in devid.h

This is needed for musl libc

Signed-off-by: Carlo Landmeter <clandmeter@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4454
This commit is contained in:
Carlo Landmeter 2016-03-01 15:56:26 +01:00 committed by Brian Behlendorf
parent 1c0120832c
commit fc46c795e1

View File

@ -27,6 +27,7 @@
#ifndef _LIBSPL_DEVID_H
#define _LIBSPL_DEVID_H
#include <sys/types.h>
#include <stdlib.h>
typedef int ddi_devid_t;