diff options
Diffstat (limited to 'meta2/common.h')
-rw-r--r-- | meta2/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta2/common.h b/meta2/common.h index c0c9110..59378c9 100644 --- a/meta2/common.h +++ b/meta2/common.h @@ -49,10 +49,14 @@ #include <m_utils.h>
#include <m_ignore.h>
-#include <m_metacontacts.h>
#include <m_yapp.h>
#include <m_updater.h>
+#ifndef PF4_IMSENDOFFLINE
+#define PF4_IMSENDOFFLINE 0x00000100 // protocol is able to send offline messages (v.0.8.0+ 2007/10/3)
+#endif
+
+#include "m_metacontacts.h"
#include "collection.h"
////////////
|