Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Diff: sms/SMSInterface.cpp
- Revision:
- 62:6f42a974eea6
- Parent:
- 59:593fb493172f
- Child:
- 79:a6ac8206a58d
diff -r 0bcb8c5216d4 -r 6f42a974eea6 sms/SMSInterface.cpp --- a/sms/SMSInterface.cpp Thu Nov 01 13:01:03 2012 +0000 +++ b/sms/SMSInterface.cpp Tue Nov 13 12:00:34 2012 +0000 @@ -27,6 +27,7 @@ #include "SMSInterface.h" #include <cstdio> +#include <cstring> #define DEFAULT_TIMEOUT 10000
