Merge pull request #2699 from rswindell/include_inttypes

Fix build error: expected ‘)’ before ‘PRIu64’
This commit is contained in:
Roger Light
2022-12-07 22:06:31 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ Contributors:
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#ifndef WIN32
#include <syslog.h>
#endif
+1
View File
@@ -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"