diff options
Diffstat (limited to 'Skype/gchat.h')
-rw-r--r-- | Skype/gchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Skype/gchat.h b/Skype/gchat.h index 5e055f1..fdd64d1 100644 --- a/Skype/gchat.h +++ b/Skype/gchat.h @@ -6,7 +6,7 @@ #pragma warning (push)
#pragma warning (disable: 4201) // nonstandard extension used : nameless struct/union
-#include "../../include/m_chat.h"
+#include "m_chat.h"
#pragma warning (pop)
#define MAX_BUF 256 // Buffer for topic-string
|