Author: tkreuzer Date: Sat Dec 20 21:15:46 2008 New Revision: 38219
URL: http://svn.reactos.org/svn/reactos?rev=38219&view=rev Log: Include io.h. It's needed and was implicitly included so far. But that'll be soon gone.
Modified: trunk/reactos/lib/sdk/crt/precomp.h
Modified: trunk/reactos/lib/sdk/crt/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/precomp.h?rev=3... ============================================================================== --- trunk/reactos/lib/sdk/crt/precomp.h [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/precomp.h [iso-8859-1] Sat Dec 20 21:15:46 2008 @@ -18,6 +18,7 @@ #include <malloc.h> #include <math.h> #include <limits.h> +#include <io.h>
#include <sys/stat.h> #include <sys/locking.h>