Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
libksysguard
Commits
e7b5ed45
Commit
e7b5ed45
authored
Sep 19, 2019
by
Arjen Hiemstra
Browse files
Yet another BSD compile fix
Why do the BSD header files not include those headers they need? :S
parent
4a98bf85
Changes
1
Hide whitespace changes
Inline
Side-by-side
processcore/plugins/network/helper/Packet.cpp
View file @
e7b5ed45
...
...
@@ -24,6 +24,7 @@
#include <sys/types.h>
#include <arpa/inet.h>
#include <net/ethernet.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip6.h>
#include <netinet/tcp.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment