Commit 6c23bdec authored by frtabu's avatar frtabu

fix compilation errors in ETHERNET or noS1 mode

parent 30509955
......@@ -43,7 +43,7 @@
#include <net/route.h>
#include "nas_config.h"
#include "UTIL/LOG/log.h"
#include "common/utils/LOG/log.h"
//default values according to the examples,
......
......@@ -33,7 +33,7 @@
#include <arpa/inet.h>
#include "nas_config.h"
#include "UTIL/LOG/log.h"
#include "common/utils/LOG/log.h"
#include "NETWORK_DRIVER/MESH/rrc_nas_primitives.h"
#include "NETWORK_DRIVER/MESH/ioctl.h"
......
......@@ -41,7 +41,7 @@
#include <netinet/ether.h>
#include <unistd.h>
#include <errno.h>
#include "vcd_signal_dumper.h"
#include "common/utils/LOG/vcd_signal_dumper.h"
#include "common_lib.h"
#include "ethernet_lib.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment