mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
7da1d13b26
PR: 46552 Submitted by: Hubert Tournier <hubert@frbsd.org>
13 lines
337 B
C
13 lines
337 B
C
--- include/small_socket.h.orig Tue Oct 29 19:16:01 2002
|
|
+++ include/small_socket.h Tue Jun 17 01:30:21 2003
|
|
@@ -8,8 +8,8 @@
|
|
#define __SMALL_SOCKET_H
|
|
|
|
extern "C" {
|
|
-#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <sys/time.h> // For NetBSD compatibility
|
|
#include <netinet/in.h>
|
|
#include <fcntl.h>
|