diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/tlv.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/tlv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/tlv.cpp b/protocols/IcqOscarJ/src/tlv.cpp index 1f395c6e63..81488e8c78 100644 --- a/protocols/IcqOscarJ/src/tlv.cpp +++ b/protocols/IcqOscarJ/src/tlv.cpp @@ -27,7 +27,7 @@ // Helper functions for Oscar TLV chains
// -----------------------------------------------------------------------------
-#include "icqoscar.h"
+#include "stdafx.h"
/* set maxTlvs<=0 to get all TLVs in length, or a positive integer to get at most the first n */
oscar_tlv_chain* readIntoTLVChain(BYTE **buf, size_t wLen, int maxTlvs)
|