mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
7625989aa0
o Bump PORTREVISION PR: 52459 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Approved by: maintainer
11 lines
295 B
C
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>
|