Browse Source

AP_Common: include stdlib.h for abs()

master
Andrew Tridgell 12 years ago
parent
commit
456e8bfb6e
  1. 1
      libraries/AP_Common/AP_Common.h

1
libraries/AP_Common/AP_Common.h

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
#define __AP_COMMON_H__
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#pragma GCC diagnostic warning "-Wall"

Loading…
Cancel
Save