Skip to content
Snippets Groups Projects
Commit 6c23bdec authored by frtabu's avatar frtabu
Browse files

fix compilation errors in ETHERNET or noS1 mode

parent 30509955
No related branches found
No related tags found
2 merge requests!358Develop integration 2018 w31,!351Issue326 lo greview
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include <net/route.h> #include <net/route.h>
#include "nas_config.h" #include "nas_config.h"
#include "UTIL/LOG/log.h" #include "common/utils/LOG/log.h"
//default values according to the examples, //default values according to the examples,
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include "nas_config.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/rrc_nas_primitives.h"
#include "NETWORK_DRIVER/MESH/ioctl.h" #include "NETWORK_DRIVER/MESH/ioctl.h"
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <netinet/ether.h> #include <netinet/ether.h>
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#include "vcd_signal_dumper.h" #include "common/utils/LOG/vcd_signal_dumper.h"
#include "common_lib.h" #include "common_lib.h"
#include "ethernet_lib.h" #include "ethernet_lib.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment