Warning fix (close() was undeclared)

This commit is contained in:
Henrik Rydgård 2017-03-13 15:45:15 +01:00
parent 8f5f154559
commit a8310249f8

View File

@ -34,6 +34,8 @@
#ifdef _MSC_VER
#pragma warning (disable:4996)
#pragma warning (disable:4244)
#else
#include <unistd.h>
#endif
#include <stdio.h>