diff options
Diffstat (limited to 'protocols/Facebook/src/stdafx.h')
-rw-r--r-- | protocols/Facebook/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Facebook/src/stdafx.h b/protocols/Facebook/src/stdafx.h index 871f268be3..95eb7d76a5 100644 --- a/protocols/Facebook/src/stdafx.h +++ b/protocols/Facebook/src/stdafx.h @@ -22,6 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <windows.h> #include <time.h> +#include <stdio.h> +#include <stdarg.h> +#include <string.h> #include <win2k.h> #include <newpluginapi.h> |