[stm32f7][eth] Eth requires sys/types.h for status_t

This commit is contained in:
Gurjant Kalsi
2016-05-17 16:57:17 -07:00
parent a2d9629dad
commit 4cd364ce33

View File

@@ -23,6 +23,7 @@
#pragma once
#include <stdint.h>
#include <sys/types.h>
/* ethernet driver public api */
typedef enum {