68dac9bdbc
Based on work by: Georg Schwarz (geos@epost.de)
10 lines
263 B
C++
10 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
|