mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
The current relases of KDE Telepathy require some more helper libraries to work. Import them from kde@'s development repository into the ports tree in preparation. PR: 220494 Reviewed by: groot_kde.org, rakuco Differential Revision: https://reviews.freebsd.org/D11213
12 lines
364 B
C++
12 lines
364 B
C++
--- tests/signond-tests/mock-ac-plugin/access-control-manager.h.orig 2015-10-14 15:57:12 UTC
|
|
+++ tests/signond-tests/mock-ac-plugin/access-control-manager.h
|
|
@@ -25,6 +25,9 @@
|
|
|
|
#include <SignOn/AbstractAccessControlManager>
|
|
|
|
+#include <sys/types.h>
|
|
+#include <unistd.h>
|
|
+
|
|
class AccessControlManager: public SignOn::AbstractAccessControlManager
|
|
{
|
|
Q_OBJECT
|