commit | 7c776c8c81d1676253946a062d8d3a3d5031df9c | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alpi@oticon.com> | Thu Aug 02 12:07:35 2018 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 02 19:14:19 2018 +0200 |
tree | a882d9d14810079d30bcb8faba6ea10b116d4c8d | |
parent | 4388cde90fda0fbb115a4647ce259646334d4edc [diff] |
net: eth: native_posix: Add missing headers unistd.h was missing (used by read, close..) printk header was also missing, but replace it's use with posix_print_trace: It is faster and does not require any Zephyr functionality to work. fflush is not needed in this case. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>