mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
3c660a239b
PR: 25505 Submitted by: maintainer
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
--- src/door.c.orig Sat Mar 3 02:30:49 2001
|
|
+++ src/door.c Sat Mar 3 02:31:15 2001
|
|
@@ -6,6 +6,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <unistd.h>
|
|
|