[PATCH 28/29] libnetworking: Add missing include to if_var.h.

Christian Mauderer christian.mauderer at embedded-brains.de
Mon Apr 25 15:07:02 UTC 2016


From: Christian Mauderer <Christian.Mauderer at embedded-brains.de>

---
 cpukit/libnetworking/rtems/rtems_syscall.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c
index 6bef21a..ac976d4 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall.c
@@ -26,6 +26,7 @@
 #include <sys/sysctl.h>
 
 #include <net/if.h>
+#include <net/if_var.h>
 #include <net/route.h>
 
 #include "rtems_syscall.h"
-- 
1.8.4.5



More information about the devel mailing list