1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

all: add missing sys/types.h includes

This commit is contained in:
Kaspar Schleiser 2020-11-25 14:14:14 +01:00
parent a1ca06d6f4
commit 57e79d6c24

View File

@ -22,6 +22,7 @@
#define USB_H_USER_IS_RIOT_INTERNAL
#include <stdio.h>
#include <sys/types.h>
#include "log.h"
#include "isrpipe.h"