From acda73c9c77eec7f4c581a988b64bcc07e5415cd Mon Sep 17 00:00:00 2001
From: Ken Bannister <kb2ma@runbox.com>
Date: Thu, 17 Nov 2016 00:03:39 -0500
Subject: [PATCH] gcoap: Update unit tests for rebase on sock

---
 tests/unittests/tests-gcoap/Makefile.include | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/unittests/tests-gcoap/Makefile.include b/tests/unittests/tests-gcoap/Makefile.include
index db3b1c3527..c32f5a9edc 100644
--- a/tests/unittests/tests-gcoap/Makefile.include
+++ b/tests/unittests/tests-gcoap/Makefile.include
@@ -1,9 +1,8 @@
 USEPKG += nanocoap
-# Required by nanocoap to compile nanocoap_sock.
-USEMODULE += gnrc_sock_udp
 
 # Specify the mandatory networking modules
 USEMODULE += gcoap
+USEMODULE += gnrc_sock_udp
 USEMODULE += gnrc_ipv6
 
 USEMODULE += random
-- 
GitLab