Merge pull request #2699 from rswindell/include_inttypes

Fix build error: expected ‘)’ before ‘PRIu64’
pull/2742/head
Roger Light 3 years ago committed by GitHub
commit 55e448e38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@ Contributors:
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#ifndef WIN32
#include <syslog.h>
#endif

@ -23,6 +23,7 @@ Contributors:
#include <math.h>
#include <stdio.h>
#include <limits.h>
#include <inttypes.h>
#include "mosquitto_broker_internal.h"
#include "memory_mosq.h"

Loading…
Cancel
Save