diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main_dpdk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 1b5b82f9..88917269 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -22,6 +22,7 @@ limitations under the License. // DPDK c++ issue #define UINT8_MAX 255 #define UINT16_MAX 0xFFFF +#define __STDC_FORMAT_MACROS // DPDK c++ issue #include <pwd.h> |