1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/security/gpgme/files/patch-assuan::assuan-socket-server.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
293 B
C

--- assuan/assuan-socket-server.c.orig Wed Jan 29 15:27:13 2003
+++ assuan/assuan-socket-server.c Wed Jan 29 15:27:38 2003
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>