mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
a79f0d9fb5
dialogs.
11 lines
293 B
C
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>
|