diff options
Diffstat (limited to 'protocols/Yahoo/src/server.cpp')
-rw-r--r-- | protocols/Yahoo/src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/src/server.cpp b/protocols/Yahoo/src/server.cpp index 385eed93ba..5c99d2d1b4 100644 --- a/protocols/Yahoo/src/server.cpp +++ b/protocols/Yahoo/src/server.cpp @@ -10,7 +10,7 @@ * I want to thank Robert Rainwater and George Hazan for their code and support
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <time.h>
int PASCAL send(SOCKET s, const char FAR *buf, int len, int flags)
|