eclipse / mosquitto.rsmb

Mosquitto rsmb
85 stars 42 forks source link

Removed #include for ucontext.h #20

Closed njh closed 8 years ago

njh commented 8 years ago

It causes compile errors on Mac OS X because the ucontext functions were removed from POSIX. Having checked through the Broker.c source code, I can't find any references to things defined in context.h:

Signed-off-by: Nicholas Humfrey njh@aelius.com