Skip to content
Snippets Groups Projects
Commit a6ae4bf6 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

libethernet: fix ethmngr build error

parent 97002d28
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@
#include <linux/sockios.h>
#include <linux/mii.h>
#include <net/if.h>
#include "easy.h"
#include "ethernet.h"
#ifdef IOPSYS_BROADCOM
......
......@@ -25,8 +25,6 @@
#include <stdint.h>
#include <stdbool.h>
#include <linux/types.h>
#include <net/if.h>
#include "easy.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -33,6 +33,9 @@
#include <unistd.h>
#include <stdlib.h>
#include "easy.h"
#include "ethernet.h"
#include "stub.h"
int test_eth_set_link_settings(const char *name, struct eth_link link)
......
......@@ -23,7 +23,6 @@
#ifndef TEST_ETHERNET_H
#define TEST_ETHERNET_H
#include "ethernet.h"
#define TESTSTATS(attr) test ## _ ## attr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment