spi.h needs to include errno.h now

This commit is contained in:
Gregory Nutt 2016-01-23 19:13:31 -06:00
parent 7ee6c5bcfc
commit a4a496ad6f
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <assert.h>
#include <errno.h>
/****************************************************************************
* Pre-processor Definitions