src/network/core/os_abstraction.h
changeset 5734 3f0df7edf4f1
parent 5726 8f399788f6c9
child 5779 d94be8c0cf86
equal deleted inserted replaced
5733:8b3c5398687f 5734:3f0df7edf4f1
   174 #else
   174 #else
   175 	return true;
   175 	return true;
   176 #endif
   176 #endif
   177 }
   177 }
   178 
   178 
       
   179 #ifdef __APPLE__
       
   180 /* Looks like sys/socket.h uses a name we got in macros.h */
       
   181 #undef ALIGN
       
   182 #endif
       
   183 
   179 #endif /* ENABLE_NETWORK */
   184 #endif /* ENABLE_NETWORK */
   180 
   185 
   181 #endif /* NETWORK_CORE_OS_ABSTRACTION_H */
   186 #endif /* NETWORK_CORE_OS_ABSTRACTION_H */