Skip to content

Commit

Permalink
Fix string.h build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebahmed10 committed Jun 11, 2020
1 parent b54cb19 commit ca3c638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/mqtt/mqtt_demo_lightweight/mqtt_demo_lightweight.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

/* Standard includes. */
#include <stdlib.h>
#include <string.h>

/* POSIX socket includes. */
#include <netdb.h>
Expand Down

0 comments on commit ca3c638

Please sign in to comment.