AP_Common: include stdlib.h for abs()

This commit is contained in:
Andrew Tridgell 2013-01-02 14:43:50 +11:00
parent 609ef220a6
commit 456e8bfb6e

View File

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