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

(-)b/devel/gearmand/files/patch-libgearman-1.0_gearman.h (+11 lines)
Added Link Here
1
--- libgearman-1.0/gearman.h.orig	2013-02-14 11:34:29 UTC
2
+++ libgearman-1.0/gearman.h
3
@@ -50,7 +50,7 @@
4
 #endif
5
 
6
 #ifdef __cplusplus
7
-#  include <tr1/cinttypes>
8
+#  include <cinttypes>
9
 #  include <cstddef>
10
 #  include <cstdlib>
11
 #  include <ctime>

Return to bug 272399