[PATCH 2/7] libchip: Use public include path

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Jan 12 09:14:47 UTC 2018


Update #3254.
---
 c/src/libchip/network/greth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/libchip/network/greth.c b/c/src/libchip/network/greth.c
index ccf2017553..244e4a28df 100644
--- a/c/src/libchip/network/greth.c
+++ b/c/src/libchip/network/greth.c
@@ -22,7 +22,7 @@
 #include <stdarg.h>
 #include <rtems/error.h>
 #include <rtems/rtems_bsdnet.h>
-#include "greth.h"
+#include <libchip/greth.h>
 
 #include <sys/param.h>
 #include <sys/mbuf.h>
-- 
2.12.3



More information about the devel mailing list