HAL_Linux: fixed makefile build with PRIu64

This commit is contained in:
Andrew Tridgell 2016-07-07 15:10:48 +10:00
parent 3ba27df405
commit f090e9b27c
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
#include "Perf.h" #include "Perf.h"
#include "Perf_Lttng.h" #include "Perf_Lttng.h"
#ifndef PRIu64
#define PRIu64 "llu"
#endif
using namespace Linux; using namespace Linux;
static const AP_HAL::HAL &hal = AP_HAL::get_HAL(); static const AP_HAL::HAL &hal = AP_HAL::get_HAL();