From 9b7ebb9f30e0741595a2f15e850b6afffd3eb139 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 28 Feb 2016 22:41:48 +0100 Subject: [PATCH] cpu: msp430-common: fix unistd.h --- cpu/msp430-common/include/unistd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/msp430-common/include/unistd.h b/cpu/msp430-common/include/unistd.h index a207def04b..d7f05053f9 100644 --- a/cpu/msp430-common/include/unistd.h +++ b/cpu/msp430-common/include/unistd.h @@ -15,6 +15,8 @@ extern "C" { #endif +#include "msp430_types.h" + #define STDIN_FILENO 0 ///< stdin file descriptor #define STDOUT_FILENO 1 ///< stdout file descriptor #define STDERR_FILENO 2 ///< stderr file descriptor