mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
A couple of includes to make windows compile again
This commit is contained in:
parent
935ba02565
commit
c84ab36eff
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
||||||
#include "lib/container/buffers.h"
|
#include "lib/container/buffers.h"
|
||||||
#include "lib/log/torlog.h"
|
#include "lib/log/torlog.h"
|
||||||
#include "lib/log/util_bug.h"
|
#include "lib/log/util_bug.h"
|
||||||
|
#include "lib/net/nettypes.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <winsock2.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue