mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -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: 209542 Submitted by: Yuri Victorovich <yuri@rawbw.com>
11 lines
254 B
C++
11 lines
254 B
C++
--- src/dring/configurationmanager_interface.h.orig 2016-05-10 20:45:50 UTC
|
|
+++ src/dring/configurationmanager_interface.h
|
|
@@ -31,6 +31,8 @@
|
|
#include <string>
|
|
#include <cstdint>
|
|
|
|
+#include <time.h>
|
|
+
|
|
#include "dring.h"
|
|
#include "security_const.h"
|
|
|