mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-10 01:46:41 -04:00
Add STDC_FORMAT_MACROS and include cinttypes so that PRIu64 works on centos7
This commit is contained in:
@@ -17,12 +17,15 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
//
|
||||
|
||||
#define __STDC_FORMAT_MACROS 1
|
||||
#include <cinttypes>
|
||||
#include "zm.h"
|
||||
#include "zm_db.h"
|
||||
#include "zm_zone.h"
|
||||
#include "zm_image.h"
|
||||
#include "zm_monitor.h"
|
||||
|
||||
|
||||
void Zone::Setup(
|
||||
Monitor *p_monitor,
|
||||
int p_id,
|
||||
|
||||
Reference in New Issue
Block a user