sign: add #define and #include for PRIu64
This commit is contained in:
parent
65f0a7168c
commit
b622cc8e72
@ -22,6 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||||||
#include "statstuple.h"
|
#include "statstuple.h"
|
||||||
#include "timestamp.h"
|
#include "timestamp.h"
|
||||||
|
|
||||||
|
#define __STDC_FORMAT_MACROS
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
PcapTxThread::PcapTxThread(const char *device)
|
PcapTxThread::PcapTxThread(const char *device)
|
||||||
{
|
{
|
||||||
char errbuf[PCAP_ERRBUF_SIZE] = "";
|
char errbuf[PCAP_ERRBUF_SIZE] = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user