diff options
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 2fd47d20f1..11cdbe7e49 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -44,6 +44,11 @@ #include "protobuf-c/steammessages_friendmessages.steamclient.pb-c.h"
#include "proto.h"
+extern "C"
+{
+ #include "protobuf-c/protobuf-c-text.h"
+}
+
#define MODULE "Steam"
#define DB_KEY_LASTMSGTS "LastMessageTS"
|