blob: bc61f004a9f0fc0bb983a9ce9fc1169ffcd5a3b6 (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
--- src/xymon-4.3.28/client/logfetch.c.orig	2018-04-17 23:05:45.429619941 +0000
+++ src/xymon-4.3.28/client/logfetch.c	2018-04-17 23:07:34.895372581 +0000
@@ -18,6 +18,7 @@
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
  |