1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

added missing include to transceiver

This commit is contained in:
Oleg Hahm 2013-08-08 22:56:17 +02:00
parent e580122912
commit fe3e06bfce

View File

@ -19,6 +19,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <inttypes.h>
#include <thread.h>
#include <msg.h>