mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Ring is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user. WWW: https://ring.cx/ PR: 209543 Submitted by: Yuri Victorovich <yuri@rawbw.com>
12 lines
201 B
C++
12 lines
201 B
C++
--- src/account.h.orig 2016-05-19 17:41:40 UTC
|
|
+++ src/account.h
|
|
@@ -24,6 +24,9 @@
|
|
//Qt
|
|
class QString;
|
|
|
|
+//FreeBSD
|
|
+#include <time.h>
|
|
+
|
|
//Ring
|
|
#include "itembase.h"
|
|
#include "keyexchangemodel.h"
|