mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
68dac9bdbc
Based on work by: Georg Schwarz (geos@epost.de)
11 lines
263 B
C++
11 lines
263 B
C++
--- dissipate2/messagesocket.h.orig Mon Jul 5 13:49:27 2004
|
|
+++ dissipate2/messagesocket.h Mon Jul 5 13:50:01 2004
|
|
@@ -23,6 +23,7 @@
|
|
#define MESSAGESOCKET_H_INCLUDED
|
|
|
|
#include <netdb.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
|
|
class MessageSocket
|