Fixed a couple of compilation errors in CellularModem

pull/299/head
Bogdan Marinescu 2014-05-08 10:58:57 +01:00
parent f62e0e4d9f
commit 518967a1d8
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <cstdio>
using std::sscanf;
using std::sprintf;
#include "PPPIPInterface.h"

View File

@ -29,6 +29,8 @@
#include <cstdio>
#include <cstring>
using std::sscanf;
#define DEFAULT_TIMEOUT 10000
CDMASMSInterface::CDMASMSInterface(ATCommandsInterface* pIf) : m_pIf(pIf), m_msg(NULL), m_maxMsgLength(0), m_msisdn(NULL)