include in.h in mongoose

This commit is contained in:
HanzZ 2012-10-09 16:58:11 +02:00
parent c63df9499f
commit 0ac67f912d

View file

@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#include <netinet/in.h>
#if defined(_WIN32)
#define _CRT_SECURE_NO_WARNINGS // Disable deprecation warning in VS2005
#else