Sign in
Imanol-Mikel Barba Sabariego
/
nagios-plugins
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c7e9c0914d7b0e360fc5fd9196f33d6d94559e8e
Authored by
Imanol-Mikel Barba Sabariego
2017-10-27 01:43:05 +0200
1 parent
be710417
Added FreeBSD include
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
check_openvpn/tcp.h
check_openvpn/tcp.h
View file @
c7e9c09
...
...
@@ -13,6 +13,11 @@
13
13
#include <sys/socket.h>
14
14
#include <netdb.h>
15
15
#include <fcntl.h>
16
+
17
+#ifdef __FreeBSD__
18
+#include <netinet/in.h>
19
+#endif
20
+
16
21
using namespace std;
17
22
18
23
int createSocket();
...
...