Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h
16124 views
1
--- libicq2000/libicq2000/sigslot.h.orig 2010-10-26 17:19:06.000000000 +0000
2
+++ libicq2000/libicq2000/sigslot.h
3
@@ -84,6 +84,7 @@
4
5
#include <set>
6
#include <list>
7
+#include <cstddef>
8
9
#if defined(SIGSLOT_PURE_ISO) || (!defined(WIN32) && !defined(SIGSLOT_USE_POSIX_THREADS))
10
# define _SIGSLOT_SINGLE_THREADED
11
12