Skip to content
Snippets Groups Projects
Commit c84ab36e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

A couple of includes to make windows compile again

parent 935ba025
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@
#include "lib/container/buffers.h"
#include "lib/log/torlog.h"
#include "lib/log/util_bug.h"
#include "lib/net/nettypes.h"
#ifdef _WIN32
#include <winsock2.h>
#endif
#include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment