diff options
| author | songyanchao <[email protected]> | 2023-10-09 03:13:18 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-10-09 03:17:26 +0000 |
| commit | 030f4cab0cceb3ffad4bfca656c2ce4afb3d7c40 (patch) | |
| tree | 12ce9736d00b822afca4f030b9714245e2d1a76c | |
| parent | 75ca8377f63e0717b53cdffc2eb6634be3cbee1a (diff) | |
: Resolve build error on EL7 platformv4.6.55-20231009
Resolve build error on EL7 platform
| -rw-r--r-- | service/src/node_bfd.c | 1 | ||||
| -rw-r--r-- | service/src/node_classifier.c | 1 | ||||
| -rw-r--r-- | service/src/node_lb.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/service/src/node_bfd.c b/service/src/node_bfd.c index 5c9ed7d..c49e1df 100644 --- a/service/src/node_bfd.c +++ b/service/src/node_bfd.c @@ -1,4 +1,3 @@ -#include <bits/stdint-uintn.h> #include <cJSON.h> #include <common.h> #include <ldbc.h> diff --git a/service/src/node_classifier.c b/service/src/node_classifier.c index 0b4ff50..d4bd779 100644 --- a/service/src/node_classifier.c +++ b/service/src/node_classifier.c @@ -1,5 +1,4 @@ #include <MESA_prof_load.h> -#include <bits/stdint-uintn.h> #include <cJSON.h> #include <common.h> #include <ldbc.h> diff --git a/service/src/node_lb.c b/service/src/node_lb.c index 9c4d416..0145dbc 100644 --- a/service/src/node_lb.c +++ b/service/src/node_lb.c @@ -1,7 +1,6 @@ #include "rte_branch_prediction.h" #include <MESA_prof_load.h> #include <assert.h> -#include <bits/stdint-uintn.h> #include <cJSON.h> #include <common.h> #include <ldbc.h> |
