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

pkg/wakaama: fix compilation with 6lowpan-clicker

Drop included of unused header file that caused conflict with the new toolchain
This commit is contained in:
Marian Buschsieweke 2021-02-17 22:09:06 +01:00
parent 093272c562
commit 645fee91ac
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -26,7 +26,6 @@ extern "C" {
#include <ctype.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>