[rtems commit] libchip: Use public include path

Sebastian Huber sebh at rtems.org
Mon Jan 15 06:26:25 UTC 2018


Module:    rtems
Branch:    master
Commit:    4b1243666b3397d53f221218f96e1ab2e7e83d5a
Changeset: http://git.rtems.org/rtems/commit/?id=4b1243666b3397d53f221218f96e1ab2e7e83d5a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 12 07:31:40 2018 +0100

libchip: Use public include path

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 ccf2017..244e4a2 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>




More information about the vc mailing list