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

Eliminated #include of conio.h in Unix build.

parent cb82c87e
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,13 @@
#include <fcntl.h>
#include <alloc.h>
#include <ctype.h>
#include <conio.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#if !defined(__unix__)
#include <conio.h>
#endif
/* OS Specific */
#if defined(__FLAT__)
......
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