fork of VodafoneUSBModem with updated USBHost library
Dependencies: Socket USBHost lwip-sys lwip
Dependents: VodafoneUSBModemSMSTest
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_ */