Skip to content
Snippets Groups Projects
Commit e4cebb76 authored by Sebastian Hahn's avatar Sebastian Hahn
Browse files

Fix compilation of natpmp-helper on non-windows

Fixes a small oversight in 5dbfb1b3.
parent b7519dce
No related branches found
No related tags found
No related merge requests found
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>
......
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