summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ms/applink.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ms/applink.c b/ms/applink.c
index 460ee7339e..af9462a2b9 100644
--- a/ms/applink.c
+++ b/ms/applink.c
@@ -41,11 +41,11 @@
* following included header files. You will need to put these
* include lines somewhere in the file that is including applink.c.
*/
-#ifndef APPLINK_NO_INCLUDES
-# include <stdio.h>
-# include <io.h>
-# include <fcntl.h>
-#endif
+# ifndef APPLINK_NO_INCLUDES
+# include <stdio.h>
+# include <io.h>
+# include <fcntl.h>
+# endif
# ifdef __BORLANDC__
/* _lseek in <io.h> is a function-like macro so we can't take its address */