missing-header.patch 340 B

1234567891011121314
  1. diff --git a/ksysguard/ksysguardd/Linux/netstat.c b/ksysguard/ksysguardd/Linux/netstat.c
  2. index c8570f61..c64b0ffd 100644
  3. --- a/ksysguard/ksysguardd/Linux/netstat.c
  4. +++ b/ksysguard/ksysguardd/Linux/netstat.c
  5. @@ -20,6 +20,8 @@
  6. #include <config.h>
  7. +#include <sys/types.h>
  8. +
  9. #include <arpa/inet.h>
  10. #include <netdb.h>
  11. #include <stdio.h>