mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix compilation of natpmp-helper on non-windows
Fixes a small oversight in 5dbfb1b3e0.
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#ifndef MS_WINDOWS
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
// debugging stuff
|
||||
#include <assert.h>
|
||||
|
||||
Reference in New Issue
Block a user