diff --git a/sys/include/net/ipv6.h b/sys/include/net/ipv6.h
index ba3e035d7a53b172bec504de02ee93450b59f04d..aa5a4d56b1a63afda18bd3e14e4271325982c49e 100644
--- a/sys/include/net/ipv6.h
+++ b/sys/include/net/ipv6.h
@@ -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" {