sign: add #define and #include for PRIu64

This commit is contained in:
Srivats P 2016-11-27 13:35:59 +05:30
parent 65f0a7168c
commit b622cc8e72

View File

@ -22,6 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "statstuple.h"
#include "timestamp.h"
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
PcapTxThread::PcapTxThread(const char *device)
{
char errbuf[PCAP_ERRBUF_SIZE] = "";