summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/if_ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/netinet/if_ether.c')
-rw-r--r--cpukit/libnetworking/netinet/if_ether.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libnetworking/netinet/if_ether.c b/cpukit/libnetworking/netinet/if_ether.c
index 080d1618f3..ebacc1e860 100644
--- a/cpukit/libnetworking/netinet/if_ether.c
+++ b/cpukit/libnetworking/netinet/if_ether.c
@@ -40,6 +40,10 @@
* add "inuse/lock" bit (or ref. count) along with valid bit
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "opt_inet.h"
#include <sys/param.h>