test ping android compatibility
After "emptyVoid" at https://github.com/warmcat/libwebsockets/issues/379 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
cc5dff9bb1
commit
8933eaf2f3
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
#include "gettimeofday.h"
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#include <termiosh>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* this is specified in the 04 standard, control frames can only have small
|
||||
* payload length styles
|
||||
|
|
Loading…
Add table
Reference in a new issue