View | Details | Raw Unified | Return to bug 247759
Collapse All | Expand All

(-)deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go (+10 lines)
Line 0 Link Here
1
--- vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go.orig	2019-12-08 01:39:36 UTC
2
+++ vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go
3
@@ -10,6 +10,7 @@ package dbus
4
 /*
5
 const int sizeofPtr = sizeof(void*);
6
 #define _WANT_UCRED
7
+#include <sys/types.h>
8
 #include <sys/ucred.h>
9
 */
10
 import "C"

Return to bug 247759