1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

assert.h move to private header

https://github.com/warmcat/libwebsockets/issues/356

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2015-12-04 07:22:44 +08:00
parent bb085dab04
commit 112f9806ac
2 changed files with 1 additions and 2 deletions

View file

@ -161,8 +161,6 @@ extern "C" {
#include <ev.h>
#endif /* LWS_USE_LIBEV */
#include <assert.h>
#ifndef LWS_EXTERN
#define LWS_EXTERN extern
#endif

View file

@ -33,6 +33,7 @@
#include <ctype.h>
#include <limits.h>
#include <stdarg.h>
#include <assert.h>
#ifdef LWS_HAVE_SYS_STAT_H
#include <sys/stat.h>