device: Include errno.h
The file device.c uses errno codes so it should include errno.h. Change-Id: I93e806a9b20b2c9bcb245ac5e86fba70486c9591 Signed-off-by: Andre Guedes <andre.guedes@intel.com>
This commit is contained in:
parent
981caded95
commit
36c8e09a3a
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <device.h>
|
||||
#include <misc/util.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue