diff options
Diffstat (limited to 'protocols/Tlen/src/tlen_iq.h')
-rw-r--r-- | protocols/Tlen/src/tlen_iq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_iq.h b/protocols/Tlen/src/tlen_iq.h index fa7b25d2e3..6966de74fb 100644 --- a/protocols/Tlen/src/tlen_iq.h +++ b/protocols/Tlen/src/tlen_iq.h @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _TLEN_IQ_H_
#include "tlen_xml.h"
-#include "tlen.h"
+#include "stdafx.h"
typedef void (*TLEN_IQ_PFUNC)(TlenProtocol *proto, XmlNode *iqNode);
|