summaryrefslogtreecommitdiff
path: root/comm/Datagram.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Datagram.h')
-rw-r--r--comm/Datagram.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/comm/Datagram.h b/comm/Datagram.h
index 954f1e2..cc7798f 100644
--- a/comm/Datagram.h
+++ b/comm/Datagram.h
@@ -3,7 +3,7 @@
*
* by Michel Beaudouin-Lafon
*
- * Copyright 1990-1993
+ * Copyright 1990-1997
* Laboratoire de Recherche en Informatique (LRI)
*
* Datagrams
@@ -16,11 +16,13 @@
#define Datagram_H_
#include "cplus_bugs.h"
+#include "ccu/bool.h"
+#include "ccu/word.h"
#include "Socket.h"
class UchDatagram : public UchSocket {
protected:
- pUchAddress FAddr;
+ UchAddress* FAddr;
public:
UchDatagram (UchAddress* = 0, UchAddress* = 0);