cpu/msp430_common: Fix missing include

This commit is contained in:
Marian Buschsieweke 2020-05-04 10:58:36 +02:00
parent fbae0a1117
commit ac246cfd10
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -34,6 +34,7 @@
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {