View | Details | Raw Unified | Return to bug 187433
Collapse All | Expand All

(-)./net-mgmt/mk-livestatus/files/patch-src__LogCache.cc (+10 lines)
Line 0 Link Here
1
--- ./src/LogCache.cc.orig	2014-03-10 16:27:13.990923179 +0000
2
+++ ./src/LogCache.cc	2014-03-10 16:27:38.607926737 +0000
3
@@ -25,6 +25,7 @@
4
 #include <time.h>
5
 #include <sys/types.h>
6
 #include <dirent.h>
7
+#include <pthread.h>
8
 #include <unistd.h>
9
 #include <stddef.h>
10
 #include <stdarg.h>

Return to bug 187433