Commented out include that seems to be not necessary and that causes problems for MSVC
diff --git a/include/grgsm/endian.h b/include/grgsm/endian.h
index e89694a..8a4a782 100644
--- a/include/grgsm/endian.h
+++ b/include/grgsm/endian.h
@@ -61,7 +61,7 @@
 #elif defined(__WINDOWS__)
 
 #	include <winsock2.h>
-#	include <sys/param.h>
+//#	include <sys/param.h>
 
 #	if BYTE_ORDER == LITTLE_ENDIAN