[rtems commit] network: Include missing header file
Sebastian Huber
sebh at rtems.org
Fri Aug 25 10:54:39 UTC 2017
Module: rtems
Branch: master
Commit: f93f770ee6de2d42dd9f3525126b0e2c756e3a73
Changeset: http://git.rtems.org/rtems/commit/?id=f93f770ee6de2d42dd9f3525126b0e2c756e3a73
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Aug 25 11:01:50 2017 +0200
network: Include missing header file
---
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 29b2b4c..bf59cd8 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"
More information about the vc
mailing list