blob: 423da608c9b81cd44d44764c368d048f397c249d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ksysguard-5.6.5/ksysguardd/Linux/diskstat.c.old 2016-06-14 11:09:02.000000000 +0100
+++ ksysguard-5.6.5/ksysguardd/Linux/diskstat.c 2016-08-07 02:51:53.101362572 +0100
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <sys/statvfs.h>
#include <time.h>
#include <unistd.h>
|