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 @@
****************************************************************************/
/* ANSI */
#include <stdio.h>
#include <string.h> /* strrchr */
#include <time.h> /* ctime */
......
......@@ -35,6 +35,7 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#include <stdio.h>
#include <stdlib.h> /* atoi */
#include <string.h> /* strnicmp */
#include <ctype.h> /* toupper */
......
......@@ -51,6 +51,7 @@
#endif
/* ANSI */
#include <stdio.h>
#include <time.h> /* time */
#include <errno.h> /* errno */
#include <string.h> /* strrchr */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment