mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 07:13:46 +08:00
Added Android specific includes
This commit is contained in:
@@ -38,6 +38,10 @@ Contributors:
|
||||
|
||||
#include "db_dump.h"
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#include <sys/endian.h>
|
||||
#endif
|
||||
|
||||
struct client_data
|
||||
{
|
||||
UT_hash_handle hh_id;
|
||||
|
||||
Reference in New Issue
Block a user