1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/security/pinentry/files/patch-assuan::assuan-socket-server.c
2003-01-30 22:37:07 +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>