1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h
John Marino 8a7de0cd42 net-im/centerim(-devel): add <cstddef> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-01 18:24:14 +00:00

11 lines
320 B
C++

--- libicq2000/libicq2000/sigslot.h.orig 2010-10-26 17:19:06.000000000 +0000
+++ libicq2000/libicq2000/sigslot.h
@@ -84,6 +84,7 @@
#include <set>
#include <list>
+#include <cstddef>
#if defined(SIGSLOT_PURE_ISO) || (!defined(WIN32) && !defined(SIGSLOT_USE_POSIX_THREADS))
# define _SIGSLOT_SINGLE_THREADED