freebsd-ports/security/gpgme03/files/patch-assuan::assuan-socket-connect.c
Mario Sergio Fujikawa Ferreira 7625989aa0 o Fix gpgsm support so that conditional WITH_GPGSM really works
o Bump PORTREVISION

PR:		52459
Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by:	maintainer
2003-05-22 01:29:39 +00:00

11 lines
295 B
C

--- assuan/assuan-socket-connect.c.orig Wed Jan 29 15:30:12 2003
+++ assuan/assuan-socket-connect.c Wed Jan 29 15:30:28 2003
@@ -23,6 +23,7 @@
#include <stddef.h>
#include <stdio.h>
#include <errno.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>