missing errno.h

--HG--
branch : WINDOWSPORT
This commit is contained in:
Jean-Francois Dockes 2015-09-01 08:14:17 +02:00
parent 94da56aadc
commit 847ac9e599

View File

@ -21,6 +21,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#ifndef _WIN32
#include <fcntl.h>
#endif