mirror of https://github.com/ARMmbed/mbed-os.git
Include right Socket.h
parent
48fe3d6891
commit
36e29b4bed
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Socket.h"
|
#include "NetworkSocketAPI/Socket.h"
|
||||||
|
|
||||||
Socket::Socket()
|
Socket::Socket()
|
||||||
: _iface(0)
|
: _iface(0)
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#ifndef TCPSERVER_H
|
#ifndef TCPSERVER_H
|
||||||
#define TCPSERVER_H
|
#define TCPSERVER_H
|
||||||
|
|
||||||
#include "Socket.h"
|
#include "NetworkSocketAPI/Socket.h"
|
||||||
#include "TCPSocket.h"
|
#include "TCPSocket.h"
|
||||||
#include "NetworkStack.h"
|
#include "NetworkStack.h"
|
||||||
#include "Semaphore.h"
|
#include "Semaphore.h"
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#ifndef TCPSOCKET_H
|
#ifndef TCPSOCKET_H
|
||||||
#define TCPSOCKET_H
|
#define TCPSOCKET_H
|
||||||
|
|
||||||
#include "Socket.h"
|
#include "NetworkSocketAPI/Socket.h"
|
||||||
#include "NetworkStack.h"
|
#include "NetworkStack.h"
|
||||||
#include "Semaphore.h"
|
#include "Semaphore.h"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#ifndef UDPSOCKET_H
|
#ifndef UDPSOCKET_H
|
||||||
#define UDPSOCKET_H
|
#define UDPSOCKET_H
|
||||||
|
|
||||||
#include "Socket.h"
|
#include "NetworkSocketAPI/Socket.h"
|
||||||
#include "NetworkStack.h"
|
#include "NetworkStack.h"
|
||||||
#include "Semaphore.h"
|
#include "Semaphore.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue