mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
including assert h needed on osx
Signed-off-by: Peter Young <young40@qq.com>
This commit is contained in:
parent
26757a75bc
commit
27b3237392
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ typedef int ssize_t;
|
|||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef LWS_EXTERN
|
||||
#define LWS_EXTERN extern
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue