/*====================================================================* * * Copyright (c) 2013 Qualcomm Atheros, Inc. * * All rights reserved. * *====================================================================*/ /*====================================================================* * * socket.h - substitute sys/socket.h for systems without one; * * include Microsoft equivalent definitions and declarations; * *--------------------------------------------------------------------*/ #ifndef SOCKET_HEADER #define SOCKET_HEADER /*====================================================================* * system header files; *--------------------------------------------------------------------*/ #if defined (WIN32) #include #endif /*====================================================================* * end; *--------------------------------------------------------------------*/ #endif