mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Try to fix mingw build.
This commit is contained in:
parent
561d4136ac
commit
b31cdf4ad6
@ -5,6 +5,15 @@
|
||||
#define LOG_PRIVATE
|
||||
#include "orconfig.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include "or.h"
|
||||
#include "torlog.h"
|
||||
#include "config.h"
|
||||
#include "tortls.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
|
||||
#endif
|
||||
@ -33,11 +42,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "or.h"
|
||||
#include "torlog.h"
|
||||
#include "config.h"
|
||||
#include "tortls.h"
|
||||
|
||||
#include "test.h"
|
||||
#include "log_test_helpers.h"
|
||||
#define NS_MODULE tortls
|
||||
|
Loading…
Reference in New Issue
Block a user