mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix compilation of natpmp-helper on non-windows
Fixes a small oversight in 5dbfb1b3e0
.
This commit is contained in:
parent
b7519dce98
commit
e4cebb76c5
4
changes/bug4691
Normal file
4
changes/bug4691
Normal file
@ -0,0 +1,4 @@
|
||||
o Major bugfixes:
|
||||
- Fix compilation of the libnatpmp helper on non-Windows. Bugfix on
|
||||
0.2.3.9-alpha; fixes bug 4691. Reported by Anthony G. Basile.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user