Skip to content
Snippets Groups Projects
Commit cf608df0 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #5159 from OlegHahm/full_include_path

net ipv6: use full include path
parents 551cb336 826a0894
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#ifndef IPV6_H_ #ifndef IPV6_H_
#define IPV6_H_ #define IPV6_H_
#include "ipv6/addr.h" #include "net/ipv6/addr.h"
#include "ipv6/ext.h" #include "net/ipv6/ext.h"
#include "ipv6/hdr.h" #include "net/ipv6/hdr.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment