1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 12:33:49 +01:00

Merge pull request #5159 from OlegHahm/full_include_path

net ipv6: use full include path
This commit is contained in:
Oleg Hahm 2016-03-23 22:50:52 +01:00
commit cf608df0ed

View File

@ -24,9 +24,9 @@
#ifndef IPV6_H_
#define IPV6_H_
#include "ipv6/addr.h"
#include "ipv6/ext.h"
#include "ipv6/hdr.h"
#include "net/ipv6/addr.h"
#include "net/ipv6/ext.h"
#include "net/ipv6/hdr.h"
#ifdef __cplusplus
extern "C" {