paho.mqtt.embedded-c icon indicating copy to clipboard operation
paho.mqtt.embedded-c copied to clipboard

Warning in MQTTClient.c -- missing declaration of 'strcmp'

Open jeffsf opened this issue 7 years ago • 0 comments

Easily resolved by adding your choice of #include <string.h> #include "string.h"

PR as soon as I have the Issue number for the branch

jeffsf avatar Oct 23 '17 23:10 jeffsf