From b622cc8e7212f89ada7e78cb01e5e7554d1aa32c Mon Sep 17 00:00:00 2001 From: Srivats P Date: Sun, 27 Nov 2016 13:35:59 +0530 Subject: [PATCH] sign: add #define and #include for PRIu64 --- server/pcaptxthread.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/pcaptxthread.cpp b/server/pcaptxthread.cpp index cab98e0..b01e4bb 100644 --- a/server/pcaptxthread.cpp +++ b/server/pcaptxthread.cpp @@ -22,6 +22,9 @@ along with this program. If not, see #include "statstuple.h" #include "timestamp.h" +#define __STDC_FORMAT_MACROS +#include + PcapTxThread::PcapTxThread(const char *device) { char errbuf[PCAP_ERRBUF_SIZE] = "";