mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-04 12:38:02 +00:00 
			
		
		
		
	OpenSolaris + SunPro C++ compile fix
This commit is contained in:
		@@ -33,6 +33,10 @@
 | 
			
		||||
// DEALINGS IN THE SOFTWARE.
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#if defined(sun) || defined(__sun) || defined(__sun__)
 | 
			
		||||
#define __EXTENSIONS__
 | 
			
		||||
#include <net/if.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "Poco/Net/NetworkInterface.h"
 | 
			
		||||
#include "Poco/Net/DatagramSocket.h"
 | 
			
		||||
@@ -44,7 +48,6 @@
 | 
			
		||||
#endif
 | 
			
		||||
#include <cstring>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
using Poco::NumberFormatter;
 | 
			
		||||
using Poco::FastMutex;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user