AP_HAL: sparse-endian: unconditionally use byteswap.h

This is either provided by a system header or a minimal header from
'missing' directory.
This commit is contained in:
Lucas De Marchi 2016-07-08 11:10:11 -03:00
parent 471de28967
commit b9f65996bc

View File

@ -20,10 +20,7 @@
*/
#pragma once
#if !defined(HAVE_BYTESWAP_H) || HAVE_BYTESWAP_H
#include <byteswap.h>
#endif
#include <endian.h>
#include <stdint.h>