1234567891011121314 |
- diff --git a/ksysguard/ksysguardd/Linux/netstat.c b/ksysguard/ksysguardd/Linux/netstat.c
- index c8570f61..c64b0ffd 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>
|