1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

include "cpu.h" for MSP430 platforms in fd.h

This commit is contained in:
Oleg Hahm 2014-01-20 13:48:37 +01:00
parent afdc3dee23
commit 690c4564f2

View File

@ -23,6 +23,7 @@
#define FD_H
#include <stdlib.h>
#include <sys/types.h>
#include "cpu.h"
/**
* File descriptor table.