AP_Common: include stdlib.h for abs()
This commit is contained in:
parent
609ef220a6
commit
456e8bfb6e
@ -16,6 +16,7 @@
|
|||||||
#define __AP_COMMON_H__
|
#define __AP_COMMON_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#pragma GCC diagnostic warning "-Wall"
|
#pragma GCC diagnostic warning "-Wall"
|
||||||
|
Loading…
Reference in New Issue
Block a user