Index: common/Common.cpp
===================================================================
--- common/Common.cpp	(revision 248e3c165945babbcf1139dee8fb7850da6491c7)
+++ common/Common.cpp	(revision 3d6f78fd8321e2aed5990a18aa49d1e83f79ad33)
@@ -5,4 +5,7 @@
 #if defined WINDOWS
    #include <winsock2.h>
+#elif defined LINUX
+   #include <fcntl.h>
+   #include <assert.h>
 #endif
 
