arch: st_stm32: Include errno.h

The files soc_config.c and soc_gpio.c use errno code so they should
include errno.h.

Change-Id: I94237aa294701cc71ed17ea42eca9d8073d4ae47
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
This commit is contained in:
Andre Guedes 2016-04-26 19:00:44 -03:00 committed by Anas Nashif
commit 981caded95
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,8 @@
* limitations under the License.
*/
#include <errno.h>
#include "soc.h"
#include <device.h>
#include <misc/util.h>

View file

@ -25,6 +25,8 @@
* (GPIOs and AFIOs)
*/
#include <errno.h>
#include <device.h>
#include "soc.h"
#include "soc_registers.h"