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

glib: osx: brew symlink workaround

This commit is contained in:
Andy Green 2020-03-24 12:31:02 +00:00
parent c261f5a90e
commit 9b637c17b9

View file

@ -23,7 +23,11 @@
*/
#if defined(LWS_WITH_GLIB)
#if defined(__APPLE__)
#include <glib.h>
#else
#include <glib-2.0/glib.h>
#endif
#endif /* LWS_WITH_GLIB */
struct lws_pt_eventlibs_glib {