- minor fixes for Windows build integrated into HASQ
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
#endif
|
||||
#include <set>
|
||||
#include <assert.h>
|
||||
#include <unistd.h> // Responsible for close() call on Linux
|
||||
|
||||
#if !defined(TARGET_WIN)
|
||||
# include <unistd.h> // Responsible for close() call on Linux
|
||||
#endif
|
||||
|
||||
#include "HL_SocketHeap.h"
|
||||
#include "HL_Log.h"
|
||||
|
||||
Reference in New Issue
Block a user