summaryrefslogtreecommitdiff
path: root/sysutils/qlogtools/files/patch-qfilelog.c
blob: aab6050e60f8ed8a57cae59afbb8bde762aac7b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- qfilelog.c.orig
+++ qfilelog.c
@@ -1,10 +1,9 @@
+#include <errno.h>
 #include <fcntl.h>
 #include <signal.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-
-extern int errno;
 
 #define PAUSE sleep(60)