mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Merge pull request #2524 from haukepetersen/ng_fix_pktbuf
net/ng_pktbuf: added missing #inlcude <stdio.h>
This commit is contained in:
commit
50ef37c907
@ -19,6 +19,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "net/ng_pktbuf.h"
|
||||
#include "_pktbuf_internal.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user