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.
Fork of VodafoneUSBModem by
Diff: socket/sys/socket.h
- Revision:
- 32:157dd8ce4e55
- Parent:
- 16:02db4f537955
--- a/socket/sys/socket.h Wed Sep 12 07:54:14 2012 +0000 +++ b/socket/sys/socket.h Thu Sep 13 13:52:42 2012 +0000 @@ -18,8 +18,8 @@ */ -#ifndef SOCKET_H_ -#define SOCKET_H_ +#ifndef SYS_SOCKET_H_ +#define SYS_SOCKET_H_ #include "lwip/sockets.h" @@ -123,4 +123,4 @@ return lwip_close(s); } -#endif /* SOCKET_H_ */ +#endif /* SYS_SOCKET_H_ */
