mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
e0ff515ec7
- Allow port to compile on -current Submitted by: David Yeske <dyeske@yahoo.com> [1] Reviewed by: maintainer
19 lines
345 B
C
19 lines
345 B
C
--- src/connection.c.orig Mon Aug 5 20:39:21 2002
|
|
+++ src/connection.c Mon Aug 5 20:40:08 2002
|
|
@@ -18,6 +18,7 @@
|
|
*
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#ifdef HAVE_CONFIG_H
|
|
#ifdef _WIN32
|
|
#include <win32config.h>
|
|
@@ -42,7 +43,6 @@
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
-#include <sys/types.h>
|
|
#include <ctype.h>
|
|
#include <errno.h>
|
|
#include <time.h>
|