Browse Source

Added stdc_format_macros to err.

sbg
James Goppert 10 years ago
parent
commit
ed876b95c3
  1. 3
      src/modules/systemlib/err.c

3
src/modules/systemlib/err.c

@ -40,6 +40,9 @@ @@ -40,6 +40,9 @@
#include <px4_config.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>

Loading…
Cancel
Save