diff options
-rw-r--r-- | ksysguard/ksysguardd/Linux/netstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ksysguard/ksysguardd/Linux/netstat.c b/ksysguard/ksysguardd/Linux/netstat.c index c8570f617..c64b0ffd1 100644 --- a/ksysguard/ksysguardd/Linux/netstat.c +++ b/ksysguard/ksysguardd/Linux/netstat.c @@ -20,6 +20,8 @@ #include <config.h> +#include <sys/types.h> + #include <arpa/inet.h> #include <netdb.h> #include <stdio.h> |