diff --git a/cpu/msp430-common/include/sys/time.h b/cpu/msp430-common/include/sys/time.h new file mode 100644 index 0000000000..0f0245c774 --- /dev/null +++ b/cpu/msp430-common/include/sys/time.h @@ -0,0 +1,6 @@ +#ifndef TIME_H +#define TIME_H + +#include "msp430_types.h" + +#endif /* TIME_H */