AROSTCP: If sys/socket.h is included twice, don't prevent the _BSD_VISIBLE types...
commit44db46eccee42e90ad767dda9a4166b17deeb035
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 1 Jan 2012 20:11:07 +0000 (1 20:11 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 1 Jan 2012 20:11:07 +0000 (1 20:11 +0000)
tree35f7ed41a33aa85f6ef20eae3e9ab3214687f438
parent1b540944ccd1275b055a8c21c176d881175f9706
AROSTCP: If sys/socket.h is included twice, don't prevent the _BSD_VISIBLE types from showing up

Without this, this include order was broken:

#include <sys/types.h>
#include <sys/socket.h>

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43422 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/network/stacks/AROSTCP/netinclude/sys/socket.h