winsock2 is required here.
This commit is contained in:
parent
a270991e44
commit
fabc10ca75
@ -62,6 +62,9 @@ handling times must be cleaned, but that not only holds for this module.
|
|||||||
#ifdef HAVE_SYS_STAT_H
|
#ifdef HAVE_SYS_STAT_H
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_WINSOCK2_H
|
||||||
|
#include <winsock2.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LOCK() PL_LOCK(L_FILE) /* MT locking */
|
#define LOCK() PL_LOCK(L_FILE) /* MT locking */
|
||||||
#define UNLOCK() PL_UNLOCK(L_FILE)
|
#define UNLOCK() PL_UNLOCK(L_FILE)
|
||||||
|
Reference in New Issue
Block a user