Browse Source

HAL_Linux: fixed makefile build with PRIu64

master
Andrew Tridgell 9 years ago
parent
commit
f090e9b27c
  1. 4
      libraries/AP_HAL_Linux/Perf.cpp

4
libraries/AP_HAL_Linux/Perf.cpp

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

Loading…
Cancel
Save