1
0
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:
Hauke Petersen 2015-03-03 22:16:03 +01:00
commit 50ef37c907

View File

@ -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"