per request.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21595)
* 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 */