Fixed x86 build

This commit is contained in:
Manoj Ampalam 2017-06-07 22:29:34 -07:00
parent 849b637a7e
commit bf124757d6

View File

@ -4,6 +4,7 @@
* POSIX header and needed function definitions * POSIX header and needed function definitions
*/ */
#pragma once #pragma once
#include <stddef.h>
#include "sys\types.h" #include "sys\types.h"
#include "fcntl.h" #include "fcntl.h"