summaryrefslogtreecommitdiff
path: root/idlc/source/preproc/include.c
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/preproc/include.c')
-rw-r--r--idlc/source/preproc/include.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/idlc/source/preproc/include.c b/idlc/source/preproc/include.c
index b56622b571ee..da750b29dacb 100644
--- a/idlc/source/preproc/include.c
+++ b/idlc/source/preproc/include.c
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,12 +26,12 @@
*
************************************************************************/
#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__))
-# include <io.h>
+# include <io.h>
#else
-# include <unistd.h>
+# include <unistd.h>
#endif
#ifdef _MSC_VER
-# define _POSIX_
+# define _POSIX_
#endif
#include <stdio.h>
#include <stdlib.h>
@@ -39,7 +39,7 @@
#include <fcntl.h>
#ifdef __hpux
-# define _HPUX_SOURCE
+# define _HPUX_SOURCE
#endif
#ifdef SCO
#define _IBCS2