mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-26 07:06:21 +00:00
fixes for building with MSVC
This commit is contained in:
committed by
Steffen Jaeckel
parent
f8cda0f65c
commit
79066d797b
@@ -20,11 +20,12 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <conio.h>
|
||||
#include <ctype.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <strophe.h>
|
||||
|
||||
Reference in New Issue
Block a user