1
0
Fork 0
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:
Peter Young 2013-01-17 10:10:10 +08:00 committed by Andy Green
parent 26757a75bc
commit 27b3237392

View file

@ -55,6 +55,8 @@ typedef int ssize_t;
#include <poll.h>
#endif
#include <assert.h>
#ifndef LWS_EXTERN
#define LWS_EXTERN extern
#endif