mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Make netinet/tcp include conditional too: windows lacks it.
This commit is contained in:
parent
44fa866621
commit
03e102c1bb
@ -4,7 +4,6 @@
|
|||||||
#define SCHEDULER_KIST_PRIVATE
|
#define SCHEDULER_KIST_PRIVATE
|
||||||
|
|
||||||
#include <event2/event.h>
|
#include <event2/event.h>
|
||||||
#include <netinet/tcp.h>
|
|
||||||
|
|
||||||
#include "or.h"
|
#include "or.h"
|
||||||
#include "buffers.h"
|
#include "buffers.h"
|
||||||
@ -21,6 +20,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_KIST_SUPPORT
|
#ifdef HAVE_KIST_SUPPORT
|
||||||
/* Kernel interface needed for KIST. */
|
/* Kernel interface needed for KIST. */
|
||||||
|
#include <netinet/tcp.h>
|
||||||
#include <linux/sockios.h>
|
#include <linux/sockios.h>
|
||||||
#endif /* HAVE_KIST_SUPPORT */
|
#endif /* HAVE_KIST_SUPPORT */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user