From b36fba76bd48c51b1e21dd14efb8d1919552d18f Mon Sep 17 00:00:00 2001
From: Adam Dunkels <adam@thingsquare.com>
Date: Thu, 12 Dec 2013 19:06:59 +0100
Subject: [PATCH] Updated with the new modularized uip paths

---
 regression-tests/17-slip-radio/code/wait-dag.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-tests/17-slip-radio/code/wait-dag.c b/regression-tests/17-slip-radio/code/wait-dag.c
index f1664b389..e792665d0 100644
--- a/regression-tests/17-slip-radio/code/wait-dag.c
+++ b/regression-tests/17-slip-radio/code/wait-dag.c
@@ -34,11 +34,11 @@
 #include "contiki-lib.h"
 #include "contiki-net.h"
 #include "net/rpl/rpl.h"
-#include "net/uip.h"
+#include "net/ip/uip.h"
 #include <string.h>
 
 #define DEBUG DEBUG_FULL
-#include "net/uip-debug.h"
+#include "net/ip/uip-debug.h"
 
 #define INTERVAL    5 * CLOCK_SECOND