Skip to content
Snippets Groups Projects
Commit f7a282ab authored by rswindell's avatar rswindell
Browse files

Added #include <stdio.h> for Borland compatibility.

parent 0035bfd0
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
****************************************************************************/ ****************************************************************************/
/* ANSI */ /* ANSI */
#include <stdio.h>
#include <string.h> /* strrchr */ #include <string.h> /* strrchr */
#include <time.h> /* ctime */ #include <time.h> /* ctime */
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. * * Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/ ****************************************************************************/
#include <stdio.h>
#include <stdlib.h> /* atoi */ #include <stdlib.h> /* atoi */
#include <string.h> /* strnicmp */ #include <string.h> /* strnicmp */
#include <ctype.h> /* toupper */ #include <ctype.h> /* toupper */
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
#endif #endif
/* ANSI */ /* ANSI */
#include <stdio.h>
#include <time.h> /* time */ #include <time.h> /* time */
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <string.h> /* strrchr */ #include <string.h> /* strrchr */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment