mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
0ee0426a57
it easy to decode those "naughty" groups. :) Obtained from: freshmeat, of course :)
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
--- InetSocket.h.old Sun Jul 23 01:16:39 2000
|
|
+++ InetSocket.h Sun Jul 23 01:16:49 2000
|
|
@@ -24,6 +24,9 @@
|
|
#ifndef _INETSOCKET_H
|
|
#define _INETSOCKET_H
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|