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

fixup! gnrc_pktbuf: move common auxiliary functions to common module

This commit is contained in:
Martine Lenders 2017-06-15 15:15:02 +02:00
parent d8336c38b6
commit f51e4ca767
No known key found for this signature in database
GPG Key ID: 8E97A9FE55F25D62
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,8 @@
* @author Martine Lenders <m.lenders@fu-berlin.de>
*/
#include <sys/uio.h>
#include "net/gnrc/pktbuf.h"
gnrc_pktsnip_t *gnrc_pktbuf_get_iovec(gnrc_pktsnip_t *pkt, size_t *len)

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/uio.h>
#include "mutex.h"
#include "od.h"