mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
cc10e94024
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
11 lines
407 B
Diff
11 lines
407 B
Diff
diff -Naur libjingle-0.3.12.orig/talk/base/sigslot.h libjingle-0.3.12/talk/base/sigslot.h
|
|
--- libjingle-0.3.12.orig/talk/base/sigslot.h 2008-09-16 15:55:22.000000000 +0200
|
|
+++ libjingle-0.3.12/talk/base/sigslot.h 2012-09-12 11:26:35.849989149 +0200
|
|
@@ -80,6 +80,7 @@
|
|
|
|
#include <set>
|
|
#include <list>
|
|
+#include <unistd.h>
|
|
|
|
// On our copy of sigslot.h, we force single threading
|
|
#define SIGSLOT_PURE_ISO
|