diff --git a/reactos/include/crtdll/sys/fcntl.h b/reactos/include/crtdll/sys/fcntl.h index 19a67bc4b9e..4f8393348be 100644 --- a/reactos/include/crtdll/sys/fcntl.h +++ b/reactos/include/crtdll/sys/fcntl.h @@ -4,5 +4,5 @@ * This fcntl.h maps to the root fcntl.h */ #ifndef __STRICT_ANSI__ -#include +#include #endif diff --git a/reactos/include/crtdll/sys/file.h b/reactos/include/crtdll/sys/file.h index 9b8cc980572..44977253af3 100644 --- a/reactos/include/crtdll/sys/file.h +++ b/reactos/include/crtdll/sys/file.h @@ -5,5 +5,5 @@ * TODO? */ #ifndef __STRICT_ANSI__ -#include +#include #endif diff --git a/reactos/include/crtdll/sys/stat.h b/reactos/include/crtdll/sys/stat.h index e38e9189da5..f9d5691a5ab 100644 --- a/reactos/include/crtdll/sys/stat.h +++ b/reactos/include/crtdll/sys/stat.h @@ -19,9 +19,9 @@ * DISCLAMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * $Author: ekohl $ - * $Date: 2001/07/03 12:56:12 $ + * $Date: 2001/07/03 13:14:18 $ * */ @@ -30,7 +30,7 @@ #ifndef _STAT_H_ #define _STAT_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/reactos/include/crtdll/sys/time.h b/reactos/include/crtdll/sys/time.h index 27d64df0d18..deffe976d12 100644 --- a/reactos/include/crtdll/sys/time.h +++ b/reactos/include/crtdll/sys/time.h @@ -1,3 +1,3 @@ -#include +#include diff --git a/reactos/include/crtdll/sys/unistd.h b/reactos/include/crtdll/sys/unistd.h index 21f6fd14151..63cbb4598a4 100644 --- a/reactos/include/crtdll/sys/unistd.h +++ b/reactos/include/crtdll/sys/unistd.h @@ -4,6 +4,6 @@ * unistd.h maps (roughly) to io.h */ #ifndef __STRICT_ANSI__ -#include +#include #endif diff --git a/reactos/include/crtdll/sys/utime.h b/reactos/include/crtdll/sys/utime.h index cce2dafe389..3bc930d3648 100644 --- a/reactos/include/crtdll/sys/utime.h +++ b/reactos/include/crtdll/sys/utime.h @@ -18,9 +18,9 @@ * DISCLAMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * $Author: ekohl $ - * $Date: 2001/07/03 12:56:12 $ + * $Date: 2001/07/03 13:14:18 $ * */ @@ -31,8 +31,8 @@ #define __need_wchar_t #define __need_size_t -#include -#include +#include +#include #ifdef __cplusplus extern "C" {